Add search button in header for touchscreen command palette access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 02:42:14 +03:00
parent f67936c977
commit 8bf40573f1
4 changed files with 7 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ h2 {
}
/* Theme Toggle */
.search-toggle,
.theme-toggle {
background: var(--card-bg);
border: 1px solid var(--border-color);
@@ -183,6 +184,7 @@ h2 {
margin-left: 0;
}
.search-toggle:hover,
.theme-toggle:hover {
transform: scale(1.1);
}