diff options
Diffstat (limited to 'ui/routes')
| -rw-r--r-- | ui/routes/(app)/+layout.svelte | 12 | ||||
| -rw-r--r-- | ui/routes/+layout.svelte | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index e542f24..ad8227e 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -103,21 +103,11 @@ /* Just some global CSS variables, don't mind them. */ :root { - --app-bar-height: 68px; + --app-bar-height: 48px; --input-row-height: 2rem; --interface-padding: 16px; } - /* This should help minimize swipe-to-go-back behaviour, enabling our - * swipe-to-reveal-channel-menu behaviour. It won't work in all cases; in iOS - * Safari, when swiping from the screen edge, the OS gets th event and - * handles it before the browser does. - */ - html, - body { - overscroll-behavior-x: none; - } - #interface { margin: unset; display: grid; diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte index 8940659..26033e0 100644 --- a/ui/routes/+layout.svelte +++ b/ui/routes/+layout.svelte @@ -24,7 +24,7 @@ let { children } = $props(); </script> -<AppBar class="app-bar"> +<AppBar padding="px-4 pt-0 pb-4"> <svelte:fragment slot="lead"> <button onclick={toggleMenu} class="cursor-pointer"> <img class="w-8 h-8" alt="logo" src={logo} /> |
