From be7b3819882f2f839614a731eb86999580788041 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 11 Feb 2024 13:58:03 -0500 Subject: [PATCH] minor style changes --- static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 8c90ca7..4d0dc43 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,12 @@ /*Lainchan*/ div.sidearrows{ - display:none; + /*display:none;*/ + color: #b7c5d9; + float: left; + margin-right: 2px; + margin-top: 0; + margin-left: 2px; } img { @@ -525,7 +530,7 @@ div.post.reply { border-width: 1px; border-style: none solid solid none; border-color: #B7C5D9; - display: inline-block; + display: table; max-width: 94%!important; }