From d2a044f9589a44c35e56a9963d30a1c9d053ea23 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 28 Jan 2026 15:13:55 -0800 Subject: [PATCH] Small ui fixes --- capacitor.config.ts | 2 +- src/app/components/PrimaryNav.svelte | 2 +- src/app/components/SpaceMenu.svelte | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/capacitor.config.ts b/capacitor.config.ts index b1569cae..48fd829e 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -19,7 +19,7 @@ const config: CapacitorConfig = { }, Keyboard: { style: "DARK", - // resizeOnFullScreen: true, + resizeOnFullScreen: true, }, Badge: { persist: true, diff --git a/src/app/components/PrimaryNav.svelte b/src/app/components/PrimaryNav.svelte index ea1fa482..58b203d4 100644 --- a/src/app/components/PrimaryNav.svelte +++ b/src/app/components/PrimaryNav.svelte @@ -45,7 +45,7 @@ let windowHeight = $state(0) const itemHeight = 56 - const navPadding = 6 * itemHeight + const navPadding = 8 * itemHeight const itemLimit = $derived((windowHeight - navPadding) / itemHeight) const [primarySpaceUrls, secondarySpaceUrls] = $derived(splitAt(itemLimit, $userSpaceUrls)) const anySpaceNotifications = $derived($userSpaceUrls.some(hasNotification)) diff --git a/src/app/components/SpaceMenu.svelte b/src/app/components/SpaceMenu.svelte index 311d02c2..9f687957 100644 --- a/src/app/components/SpaceMenu.svelte +++ b/src/app/components/SpaceMenu.svelte @@ -239,8 +239,8 @@ {/if} -
-