feat: 添加粘性头部样式,优化界面布局和背景效果

This commit is contained in:
QLHazyCoder
2026-04-17 09:52:20 +08:00
parent be3172df63
commit 4dc4f65a70
+6
View File
@@ -97,8 +97,14 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
top: 0;
z-index: 200;
margin-bottom: 14px;
padding-top: 4px;
padding-bottom: 12px;
background: color-mix(in srgb, var(--bg-base) 94%, transparent);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--border-subtle);
}