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
/>
+