From ce809c4325cca687cf741f167d125934e6c6131e Mon Sep 17 00:00:00 2001 From: Agahnim Date: Fri, 20 Mar 2026 15:33:08 +0100 Subject: [PATCH] header: wip --- static/style.css | 23 ++++++++++++++++++----- templates/partials/header.html | 3 +++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 87d8ad0..b7f1f52 100644 --- a/static/style.css +++ b/static/style.css @@ -21,7 +21,7 @@ body { main { - padding-top: 3.5rem; + padding-top: 5rem; } } @@ -70,16 +70,21 @@ crt { navbar { font-family: "VT323", monospace; position: fixed; + display: flex; + flex-direction: column; + top: 0; left: 0; width: 100svw; - height: 3.5rem; - background-color: var(--win-bg-grey); - border-bottom: 2px solid #000; + height: auto; navbar-content { + display: flex; gap: 0.3rem; + padding: 0.5rem 0; + padding-left: 0.5rem; + background-color: var(--win-bg-grey); input { @@ -88,7 +93,7 @@ navbar { pointer-events: none; } - & a { + a { color: inherit; text-decoration: none; cursor: pointer; @@ -114,6 +119,14 @@ navbar { } } } + + pink-statusbar { + height: 1.5rem; + flex-shrink: 0; + background-color: var(--darker-pink); + + border-bottom: 2px solid #000; + } } /* Home */ diff --git a/templates/partials/header.html b/templates/partials/header.html index 5f985cb..84d2d46 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -5,4 +5,7 @@ Music + +

Salut

+
\ No newline at end of file