From 7d61c4cee43984b05d8515fe5dcf0780a8fab10b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 6 Dec 2022 21:47:41 +0000 Subject: [PATCH] js: Explicitly set the height of the status bar Otherwise it varies depending on whether it has any text in it, which is distracting. --- html/jspage.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/html/jspage.pl b/html/jspage.pl index 80f3650..0174fe1 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -258,6 +258,7 @@ main { border-top: 2px solid #c8c8c8; border-right: 2px solid #e8e8e8; border-bottom: 2px solid #e8e8e8; + height: 1.2em; } #dlgdimmer {