修复主题切换按钮不可见:限制搜索框最大宽度
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user