feat: refine styles for improved UI consistency and responsiveness across themes

This commit is contained in:
shuaiplus
2026-04-26 00:03:45 +08:00
parent 62f0aedc27
commit 3d2285e7af
9 changed files with 150 additions and 197 deletions
+4 -1
View File
@@ -12,7 +12,9 @@
.topbar {
@apply flex h-[58px] items-center justify-between border-b px-[18px] text-slate-900 transition;
border-color: var(--line-soft);
background: rgba(244, 248, 255, 0.82);
background: rgba(244, 248, 255, 0.78);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.brand {
@@ -182,6 +184,7 @@
.route-stage {
@apply h-full min-h-0 overflow-auto;
animation: route-stage-in 220ms var(--ease-out-expo) both;
}
.mobile-sidebar-mask {