From 4088bd69e00eec50833498da9ef126032f99c484 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 2 Jun 2026 00:01:34 +0200 Subject: [PATCH 1/2] fix(ui): tighten Cozystack logo viewBox to remove excess padding The logo SVG used viewBox "0 0 1352 453" while the actual artwork only spans roughly x 108..1245, y 113..339, leaving large empty margins (most visibly top and bottom). Rendered at a fixed height (h-11) this made the logo look small. Crop the viewBox to the artwork bounding box (with a couple of units of breathing room) so it fills its box. Co-Authored-By: Claude Signed-off-by: Andrei Kvapil --- packages/ui/src/assets/logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/assets/logo.svg b/packages/ui/src/assets/logo.svg index 99fa669..a7adbd3 100644 --- a/packages/ui/src/assets/logo.svg +++ b/packages/ui/src/assets/logo.svg @@ -1 +1 @@ -cozystack-horizontal-black +cozystack-horizontal-black From 6913c0847668df524d7b2535f500736cd51bf10e Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 2 Jun 2026 00:08:45 +0200 Subject: [PATCH 2/2] fix(ui): reduce header logo height to h-9 With the tightened logo viewBox, h-11 rendered the logo too large in the header; h-9 restores a balanced size. Co-Authored-By: Claude Signed-off-by: Andrei Kvapil --- packages/ui/src/components/layout/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/layout/Header.tsx b/packages/ui/src/components/layout/Header.tsx index dd9ed70..739b604 100644 --- a/packages/ui/src/components/layout/Header.tsx +++ b/packages/ui/src/components/layout/Header.tsx @@ -54,7 +54,7 @@ export function Header({ >
- + {version && ( {version} )}