From b089358503c88056227609a7124e64802f352b3b Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 24 Jan 2026 19:20:19 +0000 Subject: [PATCH] fix(app): update titlebar spacing and status popover styling --- packages/app/src/components/status-popover.tsx | 15 +++++++++------ packages/app/src/components/titlebar.tsx | 3 ++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/packages/app/src/components/status-popover.tsx b/packages/app/src/components/status-popover.tsx index 5b65f62bc..095467789 100644 --- a/packages/app/src/components/status-popover.tsx +++ b/packages/app/src/components/status-popover.tsx @@ -155,9 +155,12 @@ export function StatusPopover() { } class="[&_[data-slot=popover-body]]:p-0 w-[360px] max-w-[calc(100vw-40px)] mx-5 bg-transparent border-0 shadow-none rounded-xl" - gutter={8} + gutter={12} > -
+
-
+
{(url) => { const isActive = () => url === server.url @@ -259,7 +262,7 @@ export function StatusPopover() {
-
+
0} fallback={ @@ -305,7 +308,7 @@ export function StatusPopover() {
-
+
0} fallback={ @@ -335,7 +338,7 @@ export function StatusPopover() {
-
+
0} fallback={ diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx index f631305b4..53fa108af 100644 --- a/packages/app/src/components/titlebar.tsx +++ b/packages/app/src/components/titlebar.tsx @@ -81,7 +81,7 @@ export function Titlebar() { classList={{ "flex items-center w-full min-w-0": true, "pl-2": !mac(), - "pr-2": !windows(), + "pr-6": !windows(), }} onMouseDown={drag} data-tauri-drag-region @@ -145,6 +145,7 @@ export function Titlebar() { data-tauri-drag-region /> +