Prevent board list from shifting back and forth as updater counts down.

This commit is contained in:
ccd0 2015-11-21 15:47:48 -08:00
parent 4af8422cd2
commit 116b1cb6cc

View File

@ -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;
}