Viewer toolbar controls are now of the same height

This commit is contained in:
Veloman Yunkan 2023-11-15 13:00:12 +04:00
parent 00032adce2
commit f58d4a93e1
1 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
.kiwixsearch {
font-size: 1.6rem;
position: relative;
height: 26px;
height: 30px;
width: 100%;
left: 0;
margin-bottom: 0;
@ -60,12 +60,12 @@
label[for="kiwix_button_show_toggle"] {
display: inline-block;
height: 26px;
height: 30px;
}
label[for="kiwix_button_show_toggle"] img {
transition: 0.1s;
height: 26px;
height: 30px;
}
#kiwix_button_show_toggle:checked~label img {
@ -84,7 +84,7 @@ label[for="kiwix_button_show_toggle"],
.kiwix #kiwixtoolbar button,
.kiwix #kiwixtoolbar input[type="submit"] {
box-sizing: border-box !important;
height: 26px !important;
height: 30px !important;
line-height: 20px !important;
margin-right: 5px !important;
padding: 2px 6px !important;
@ -100,7 +100,7 @@ label[for="kiwix_button_show_toggle"],
left: 0;
box-sizing: border-box !important;
width: 100%;
height: 26px !important;
height: 30px !important;
line-height: 20px !important;
border: 1px solid #b5b2b2 !important;
border-radius: 3px !important;
@ -115,7 +115,7 @@ label[for=kiwixsearchbox] {
height: 100%;
left: 5px;
font-size: 90%;
line-height: 26px;
line-height: 30px;
vertical-align: middle;
}