From 7f362b0654f72832b0d566b2fd364ab05a587e6e Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Wed, 22 Feb 2023 01:34:58 +0000 Subject: [PATCH] reserve post total vote space between -XXX up to XXXX --- files/assets/css/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 2cf1ac47b..d189e3ce1 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3946,9 +3946,8 @@ small, .small { justify-content: center; } #thread .voting { - min-width: 10px; - margin-right: 10px; - overflow-wrap: normal; + min-width: 32px; + margin-right: 1px; } #frontpage .voting, #search .voting, #userpage .voting { margin: auto 0;