refactor: centralize UI config and inject CSS variables dynamically

This commit is contained in:
2026-02-28 04:18:53 +00:00
parent d5d3d37804
commit 70d7c8873e
8 changed files with 29 additions and 22 deletions

View File

@@ -65,7 +65,10 @@ onMounted(() => {
/* Remove hardcoded colors and use theme variables */
background: var(--header-bg);
color: var(--text-color);
padding: 1rem;
height: var(--header-height);
padding: 0 1rem;
display: flex;
align-items: center;
/* box-shadow handled by glass-panel class */
position: sticky;
top: 0;
@@ -77,7 +80,7 @@ onMounted(() => {
}
.header-content {
max-width: 100%;
width: 100%;
padding: 0;
margin: 0 auto;
display: flex;