From e3e3590bffabf6a1deef05bffe2bf6c734aff352 Mon Sep 17 00:00:00 2001 From: Ferretosan <129646624+Ferretosan@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:54:45 +1000 Subject: [PATCH 1/3] change spacing in topbar to be tighter, even on large window widths --- companion/src/App.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/src/App.module.css b/companion/src/App.module.css index deb4a9e..83cb1f3 100644 --- a/companion/src/App.module.css +++ b/companion/src/App.module.css @@ -28,7 +28,7 @@ align-items: center; flex-wrap: nowrap; min-width: 0; - gap: 1rem; + gap: 0.5rem; } .brand-mark { From ec6c003553054dfb3eab07c68004c200a1883653 Mon Sep 17 00:00:00 2001 From: Ferretosan <129646624+Ferretosan@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:56:40 +1000 Subject: [PATCH 2/3] make spacing actually correct --- companion/src/App.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/src/App.module.css b/companion/src/App.module.css index 83cb1f3..4aff208 100644 --- a/companion/src/App.module.css +++ b/companion/src/App.module.css @@ -28,7 +28,7 @@ align-items: center; flex-wrap: nowrap; min-width: 0; - gap: 0.5rem; + gap: 0.6rem; } .brand-mark { From 64d4365a7eed795095c4b430ced7ff1aef88c79f Mon Sep 17 00:00:00 2001 From: Ferretosan <129646624+Ferretosan@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:57:09 +1000 Subject: [PATCH 3/3] wait i dont need that line do i --- companion/src/App.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/companion/src/App.module.css b/companion/src/App.module.css index 4aff208..21cda04 100644 --- a/companion/src/App.module.css +++ b/companion/src/App.module.css @@ -219,7 +219,6 @@ .app-topbar__left, .app-topbar__right { width: auto; - gap: 0.6rem; } .app-tabs {