Un-cramp headline hight on welcome wizard pages in narrow browser windows

This commit is contained in:
idk
2021-05-10 02:11:06 -04:00
parent 4a88400ce3
commit 57f1ac43ad
2 changed files with 3 additions and 0 deletions

View File

@@ -3155,6 +3155,7 @@ td#themeselect {
position: absolute;
background: none !important;
box-shadow: none !important;
line-height: normal;
z-index: 999;
}

View File

@@ -2222,6 +2222,7 @@ td.optionsave {
position: absolute;
left: 75%;
width: 22%;
top: 75%;
}
#bandwidthconfig .configtable tr:last-child td {
@@ -2528,6 +2529,7 @@ td {
letter-spacing: 0.08em;
word-spacing: 0.1em;
color: #41465f;
line-height: normal;
background: none !important;
box-shadow: none !important;
}