ref: 7d61c4cee43984b05d8515fe5dcf0780a8fab10b
parent: 69eca65ef32833f7a0766d1bb5a736c8b36d8d43
author: Ben Harris <bjh21@bjh21.me.uk>
date: Tue Dec 6 16:47:41 EST 2022
js: Explicitly set the height of the status bar Otherwise it varies depending on whether it has any text in it, which is distracting.
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -258,6 +258,7 @@
border-top: 2px solid #c8c8c8;
border-right: 2px solid #e8e8e8;
border-bottom: 2px solid #e8e8e8;
+ height: 1.2em;
}
#dlgdimmer {