From 4cc46685f752063cc3b9433568c4b27f6dcbdbba Mon Sep 17 00:00:00 2001 From: Skylsmoi Date: Tue, 16 May 2017 11:16:04 +0200 Subject: [PATCH] fix breakpoint for cybook --- static/server/taskbar.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/server/taskbar.css b/static/server/taskbar.css index f2f2a0e..d926921 100644 --- a/static/server/taskbar.css +++ b/static/server/taskbar.css @@ -67,14 +67,17 @@ 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%; + width: 65%; } #kiwixsearchform input[type="submit"] { width: 28%;