From 49dea8886832353d02944a7b294e30428fea0a92 Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Sat, 29 Nov 2025 22:14:25 +0000 Subject: [PATCH] Group Header Rendering Fixes --- src/lib/assets/css/tui-body.css | 9 +++++++-- src/lib/components/NavbarWaybar.svelte | 13 +++---------- src/lib/components/tui/TuiHeader.svelte | 9 +-------- src/lib/components/tui/TuiLine.svelte | 11 ++++++++--- src/lib/pages/portfolio.ts | 14 ++------------ src/lib/pages/projects.ts | 3 --- src/lib/stores/theme.ts | 11 +++++++++++ 7 files changed, 32 insertions(+), 38 deletions(-) diff --git a/src/lib/assets/css/tui-body.css b/src/lib/assets/css/tui-body.css index b8c3f64..55f8508 100644 --- a/src/lib/assets/css/tui-body.css +++ b/src/lib/assets/css/tui-body.css @@ -140,11 +140,16 @@ .header-text { color: var(--terminal-accent); - font-weight: 600; - font-size: 1rem; + font-weight: 700; + font-size: 1.35rem; display: flex; align-items: center; gap: 0.5rem; + line-height: 1.2; +} + +.header-text.inline-header { + display: inline-flex; } :global(.header-icon) { diff --git a/src/lib/components/NavbarWaybar.svelte b/src/lib/components/NavbarWaybar.svelte index 20ea776..3d1bceb 100644 --- a/src/lib/components/NavbarWaybar.svelte +++ b/src/lib/components/NavbarWaybar.svelte @@ -1,5 +1,5 @@ @@ -195,9 +188,9 @@
- +