From: Jan Kleine Date: Wed, 28 Jan 2026 15:57:47 +0000 (+0100) Subject: Tweak: increase minimum screen width before inserting padding (#11926) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e645bd9e246b4641dab0544d6bee40ecf253114;p=thirdparty%2Fpaperless-ngx.git Tweak: increase minimum screen width before inserting padding (#11926) --- 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 1eca347679..ad645c6832 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;