From 116b1cb6cc361561887ea1d85a3b9f1c5232923e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 21 Nov 2015 15:47:48 -0800 Subject: [PATCH] Prevent board list from shifting back and forth as updater counts down. --- src/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index 3718dc4f0..eb01cefcf 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -813,6 +813,11 @@ span.hide-announcement { :root.float #updater { padding: 0px 3px; } +:root:not(.float) #updater { + display: inline-block; + min-width: 12pt; + text-align: right; +} .new { color: limegreen; }