* zin: optimize position of search toggle btn.

This commit is contained in:
sunhao
2024-03-27 11:06:47 +08:00
committed by liyang
parent bf7c408e0b
commit 03170f01ee
+1
View File
@@ -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;