From 3cfd1c3101cdf12cd8cc91f02685ce340d57907e Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Fri, 1 May 2026 00:41:36 +0200 Subject: [PATCH] chore(chrome): logo flush left, stepper to the right at lg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Header is now a flex row with the Skwik mark + tagline pinned left and the stepper + theme toggle on the right at lg+. Below lg the row stacks — logo on top, stepper underneath — and the theme toggle moves up next to the logo so it stays reachable without the absolute-positioned floating button in the footer. Footer is now byline + GitHub link only. --- src/App.vue | 72 ++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/src/App.vue b/src/App.vue index c9f1381..d672a6c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,46 +15,46 @@ const store = useAppStore()