From 589dae7625f7f98ee3d546887792db3dfc90b464 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jul 2021 13:59:06 +0000 Subject: fix spacing on vote meter --- apioforum/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 6178dd9..5263568 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -137,6 +137,11 @@ nav .links { display: flex; } .thread-preview-post { font-style: italic; } .thread-preview-ts { font-weight: bold; } +.thread-vote-summary { + margin-top: 4px; + margin-bottom: -8px; +} + /* wide screens */ @media all and (min-width: 600px) { .thread-listing-title { font-size: larger; } -- cgit v1.2.3