feat: refine app-shell styles for improved layout and dark mode consistency

This commit is contained in:
shuaiplus
2026-06-26 19:12:20 +08:00
parent e9272ec29a
commit 1bfb9a647d
3 changed files with 4 additions and 34 deletions
-4
View File
@@ -200,10 +200,6 @@
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20), 0 8px 24px rgba(0, 0, 0, 0.16);
}
:root[data-theme='dark'] .app-shell {
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.30);
}
:root[data-theme='dark'] .list-item:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(139, 184, 255, 0.12);
}