From 9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 01:37:19 +0400 Subject: feat: moderation system --- public/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/static') 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; } -- cgit v1.2.3