]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Tweak: increase minimum screen width before inserting padding (#11926)
authorJan Kleine <janpaulkleine@icloud.com>
Wed, 28 Jan 2026 15:57:47 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 15:57:47 +0000 (15:57 +0000)
src-ui/src/app/components/app-frame/app-frame.component.scss

index 1eca347679ecec1baa2d68e7bdd456c87f319ad4..ad645c6832d3cf04e108b572588336f2019e2c92 100644 (file)
@@ -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;