From 2129cee5c4c3e68b7192e15c5537c18e545695af Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Fri, 26 Dec 2025 23:05:47 +0100 Subject: [PATCH] update android style to test auto update --- client/src/styles/layout/_app-shell.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/layout/_app-shell.scss b/client/src/styles/layout/_app-shell.scss index c260449..d0c1fc0 100644 --- a/client/src/styles/layout/_app-shell.scss +++ b/client/src/styles/layout/_app-shell.scss @@ -2,7 +2,7 @@ .v-navigation-drawer { background-color: $color-surface !important; - border-right: $border-width-sm solid $color-border; + padding-top: env(safe-area-inset-top) !important; .v-list-item--active { background-color: $bg-glass-strong;