summaryrefslogtreecommitdiff
path: root/ui/routes/(app)
diff options
context:
space:
mode:
Diffstat (limited to 'ui/routes/(app)')
-rw-r--r--ui/routes/(app)/+layout.svelte12
1 files changed, 1 insertions, 11 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;