js: Explicitly set the height of the status bar

Otherwise it varies depending on whether it has any text in it, which
is distracting.
This commit is contained in:
Ben Harris
2022-12-06 21:47:41 +00:00
parent 69eca65ef3
commit 7d61c4cee4

View File

@ -258,6 +258,7 @@ main {
border-top: 2px solid #c8c8c8;
border-right: 2px solid #e8e8e8;
border-bottom: 2px solid #e8e8e8;
height: 1.2em;
}
#dlgdimmer {