From 3e645bd9e246b4641dab0544d6bee40ecf253114 Mon Sep 17 00:00:00 2001 From: Jan Kleine Date: Wed, 28 Jan 2026 16:57:47 +0100 Subject: [PATCH] Tweak: increase minimum screen width before inserting padding (#11926) --- src-ui/src/app/components/app-frame/app-frame.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index 1eca34767..ad645c683 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -248,7 +248,7 @@ main { } } -@media screen and (min-width: 366px) and (max-width: 768px) { +@media screen and (min-width: 376px) and (max-width: 768px) { .navbar-toggler { // compensate for 2 buttons on the right margin-right: 45px;