Merge pull request #32 from Skylsmoi/336/fix_display_taskbar_save

336/fix display taskbar save
pull/34/head
Kelson 9 years ago committed by GitHub
commit c2d29376d9

@ -67,11 +67,14 @@ li.ui-state-focus {
font-weight: bold;
}
/* the breakpoint "645px" is the width of the 3 btns "library", "home" and "randoml" */
@media (max-width: 520px) {
.kiwixsearch {
margin-top: 5px;
}
}
@media (max-width: 645px) {
.kiwixsearch {
float: none;
margin-top: 5px;
}
#kiwixsearchbox {
width: 65%;

Loading…
Cancel
Save