]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix sidebar mobile width
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 23 Sep 2024 05:51:59 +0000 (22:51 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 23 Sep 2024 17:27:16 +0000 (10:27 -0700)
src-ui/src/app/components/app-frame/app-frame.component.scss

index 7f9871b97c70a32ef3a016ee8feab6ce3be66bc7..f5427c713f39c3563e485ca0506cbef8837c44c6 100644 (file)
@@ -13,7 +13,7 @@
   padding: 50px 0 0; /* Height of navbar */
   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
   overflow-y: auto;
-  --pngx-sidebar-width: 25%;
+  --pngx-sidebar-width: 100%;
   max-width: var(--pngx-sidebar-width);
 
   .sidebar-heading .spinner-border {