From ba4b330ca05df00a74817ed49ca71ea8848c4614 Mon Sep 17 00:00:00 2001 From: Oliver Lowe Date: Sun, 7 Apr 2024 13:29:42 +1000 Subject: [PATCH] always align post body left With viewports narrower than 900px the text of the post body was aligned centre. Removing the duplicate CSS class expando prevents it falling back. Signed-off-by: Ryan Stafford --- public/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/style.css b/public/style.css index d7d6cc8..a98946b 100644 --- a/public/style.css +++ b/public/style.css @@ -545,9 +545,6 @@ form.blockpost { #settingspopup.open, #mycommunities.open { display: inline-block; } -.expando { - text-align: center; -} .expando.open{ display: block; } @@ -969,7 +966,7 @@ form.create input[type=file], form.create select { width: 150px; margin-right: 5px; text-align: right; - + } .preferences input[type=submit] { margin-top:10px; @@ -1108,7 +1105,7 @@ body.dark { color: #0cbe30; } .dark .create input[type=submit], -.dark .search .query input, +.dark .search .query input, .dark .create input[type=file], .dark .create select { color: #fff;