diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-08 01:37:19 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-08 01:37:19 +0400 |
| commit | 9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 (patch) | |
| tree | 8e83f5144674501a7e4c1739f4abc583ef78e065 /public/static | |
| parent | 371d863870520da9a4f3383d7c52e1720c074d03 (diff) | |
feat: moderation system
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index 1ac9cef..f721a03 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -117,7 +117,9 @@ table.vertical th { vertical-align: top; } -table.vertical.left th { +table.vertical.left th, +table.left th, +table.left td { text-align: left; } |
