From d5b9bf5fed5c97dda0b5fd8ee510d2c86edaeea6 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Fri, 13 Nov 2020 17:51:06 +0700 Subject: [PATCH] Badge styling for all CSS * Add post_id margin to allow non-badge posts to look OK * Remove undeeded .badge_icon width as our nadges are bigger than OT --- static/styles/beluga/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 5f2c2dd..d17b563 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1971,6 +1971,11 @@ a.last_read > svg { margin: 3px 6px; } +.post_id { + font-weight: normal; + margin-bottom: 12px; /* Hack to allow forum thread head column to look OK even if user has no displayed badges */ +} + .forum_index h3, .forum_list h3 { margin-top: 24px; }