From 29d5cb8b8580588735c9aeaca0e69aab5eb4cc2a Mon Sep 17 00:00:00 2001 From: dtoro Date: Sun, 26 Jul 2026 13:14:41 +0200 Subject: [PATCH] fix(web): drop the taskbar theme label, align window padding to p-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Taskbar: the theme toggle is icon-only now, matching the Settings button beside it. The theme name moves into the title/aria-label so an icon-only control still has an accessible name and the current theme stays discoverable on hover. - Pages: Fleet, Knowledge, Learning, Ops and Signals used p-4 (or p-4 md:p-6) while Tasks used p-2, so windows didn't line up. All now p-2. App Store and Settings are deliberately untouched — they have no root padding, using a full-bleed header whose border spans the window; insetting them would break that. Co-Authored-By: Claude Opus 4.8 --- web/src/lib/components/desktop-shell/Taskbar.svelte | 6 +++--- web/src/pages/Knowledge.svelte | 2 +- web/src/pages/KnowledgeBase.svelte | 2 +- web/src/pages/Learning.svelte | 2 +- web/src/pages/Ops.svelte | 2 +- web/src/pages/Signals.svelte | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/lib/components/desktop-shell/Taskbar.svelte b/web/src/lib/components/desktop-shell/Taskbar.svelte index fab42d9..8745a93 100644 --- a/web/src/lib/components/desktop-shell/Taskbar.svelte +++ b/web/src/lib/components/desktop-shell/Taskbar.svelte @@ -109,12 +109,12 @@