aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2022-12-06 21:47:41 +0000
committerBen Harris <bjh21@bjh21.me.uk>2022-12-06 21:48:44 +0000
commit7d61c4cee43984b05d8515fe5dcf0780a8fab10b (patch)
tree7f97626d4b48b2a938e028792febb5196d8211e9 /html
parent69eca65ef32833f7a0766d1bb5a736c8b36d8d43 (diff)
downloadpuzzles-7d61c4cee43984b05d8515fe5dcf0780a8fab10b.zip
puzzles-7d61c4cee43984b05d8515fe5dcf0780a8fab10b.tar.gz
puzzles-7d61c4cee43984b05d8515fe5dcf0780a8fab10b.tar.bz2
puzzles-7d61c4cee43984b05d8515fe5dcf0780a8fab10b.tar.xz
js: Explicitly set the height of the status bar
Otherwise it varies depending on whether it has any text in it, which is distracting.
Diffstat (limited to 'html')
-rwxr-xr-xhtml/jspage.pl1
1 files changed, 1 insertions, 0 deletions
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 {