From a74df86fcfcca4092c8725c89e5b5e435f0e8d3b Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 15 Nov 2023 15:45:28 +0400 Subject: [PATCH] Continuity in responsive layout of the toolbar Without this change, in the media width range [416, 420) the searchbox is narrow while the toolbars button space is empty which doesn't look nice. --- static/skin/taskbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css index 106b69b90..be2722de7 100644 --- a/static/skin/taskbar.css +++ b/static/skin/taskbar.css @@ -179,7 +179,7 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active { } } -@media(max-width:415px) { +@media(max-width:419px) { .kiwix_searchform { width: 80%; }