From 03170f01ee2e5ee2ae05812e4b847879ddbaa2e7 Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 25 Mar 2024 10:04:31 +0800 Subject: [PATCH] * zin: optimize position of search toggle btn. --- lib/zin/wg/searchtoggle/v1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/searchtoggle/v1.php b/lib/zin/wg/searchtoggle/v1.php index bc8c3e51f7..1436f2d7a9 100644 --- a/lib/zin/wg/searchtoggle/v1.php +++ b/lib/zin/wg/searchtoggle/v1.php @@ -15,6 +15,7 @@ class searchToggle extends wg public static function getPageCSS(): ?string { return <<<'CSS' + .nav-item + li > .search-form-toggle {margin-left: 0.5rem} .search-form-toggle.active, .show-search-form #featureBar .search-form-toggle {--skin-text: var(--color-primary-500); --skin-ring: var(--color-primary-500)} CSS;