mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -258,6 +258,7 @@ main {
|
|||||||
border-top: 2px solid #c8c8c8;
|
border-top: 2px solid #c8c8c8;
|
||||||
border-right: 2px solid #e8e8e8;
|
border-right: 2px solid #e8e8e8;
|
||||||
border-bottom: 2px solid #e8e8e8;
|
border-bottom: 2px solid #e8e8e8;
|
||||||
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dlgdimmer {
|
#dlgdimmer {
|
||||||
|
Reference in New Issue
Block a user