feat: Update box-shadow for header and adjust controls styling for improved layout

This commit is contained in:
Will Miao
2025-08-27 15:43:44 +08:00
parent 01843b8f2b
commit f6bd48cfcd
3 changed files with 19 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
z-index: var(--z-header);
height: 48px; /* Reduced height */
width: 100%;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Slightly stronger shadow */
}
.header-container {