diff --git a/packages/ui/src/styles/mobile.css b/packages/ui/src/styles/mobile.css index 22b0dcd5..d8b380c0 100644 --- a/packages/ui/src/styles/mobile.css +++ b/packages/ui/src/styles/mobile.css @@ -716,7 +716,7 @@ } :root:not(.oc-capacitor-app):not(.oc-browser-keyboard-open) .oc-mobile-composer { - padding-bottom: calc(0.75rem + max(16px, var(--oc-safe-area-bottom, env(safe-area-inset-bottom, 0px)))) !important; + padding-bottom: calc(0.75rem + var(--oc-safe-area-bottom-visual, 0px)) !important; } /* Fullscreen composer: ChatInput pins the form to the visual viewport from diff --git a/packages/web/index.html b/packages/web/index.html index 750acd52..a7b7ffdd 100644 --- a/packages/web/index.html +++ b/packages/web/index.html @@ -192,6 +192,13 @@ const buildShortcuts = (recentSessions) => { const shortcuts = [ + { + name: 'New Session', + short_name: 'New', + description: 'Start a new coding session', + url: `${baseUrl}/`, + icons: [{ src: `${baseUrl}/pwa-192.png`, sizes: '192x192', type: 'image/png' }], + }, { name: 'Appearance Settings', short_name: 'Settings', @@ -427,7 +434,6 @@ OpenChamber - AI Coding Assistant -