修复主题切换按钮不可见:限制搜索框最大宽度

This commit is contained in:
zdh
2026-05-14 18:45:53 +08:00
parent 80ee8df470
commit 69c6cf2843
+1 -1
View File
@@ -86,7 +86,7 @@ body {
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
} }
.header-bar .tagline { font-size: 11px; color: var(--text-tertiary); display: inline; } .header-bar .tagline { font-size: 11px; color: var(--text-tertiary); display: inline; }
.search-box { flex: 1; position: relative; } .search-box { flex: 1 1 auto; min-width: 80px; max-width: 500px; position: relative; }
.search-box input { .search-box input {
width: 100%; padding: 8px 12px 8px 34px; width: 100%; padding: 8px 12px 8px 34px;
border: 1px solid var(--border); border-radius: var(--radius-sm); border: 1px solid var(--border); border-radius: var(--radius-sm);