Prevent board list from shifting back and forth as updater counts down.
This commit is contained in:
parent
4af8422cd2
commit
116b1cb6cc
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user