]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix slim sidebar animation on xxxl screens
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 9 Oct 2023 17:01:14 +0000 (10:01 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 9 Oct 2023 17:01:14 +0000 (10:01 -0700)
src-ui/src/app/components/app-frame/app-frame.component.scss

index 89f69bb5e029e24aad0190bab8ef70850b4f6f61..6877369a5b25c77d828daaafff240eb880ba6cee 100644 (file)
@@ -18,7 +18,7 @@
     height: 0.8em;
   }
 
-  // These come from the col-md-3 col-lg-2 classes for regular sidebar, needed for animation
+  // These come from the col-* classes for non-slim sidebar, needed for animation
   @media (min-width: 768px) {
     max-width: 25%;
   }
     max-width: 16.66666667%;
   }
 
+  @media (min-width: 2000px) {
+    max-width: 8.33333333%;
+  }
+
   transition: all .2s ease;
 }
 @media (max-width: 767.98px) {