From c4d97f63935d22b460a43c84e20c44cff3d019af Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Fri, 26 Jul 2024 16:58:27 -0400 Subject: [PATCH] In the extra small mobile layout make give up/downvote numbers enough room so they aren't clipping out of their box --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index f7d6bd0..3eea0c7 100644 --- a/static/style.css +++ b/static/style.css @@ -2066,11 +2066,12 @@ th { } .comment_score { - min-width: 32px; + min-width: 34px; height: 20px; - font-size: 15px; + font-size: 12px; padding: 7px 0px; margin-right: -5px; + align-content: center; } #post_links > li {