From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:51:59 +0000 (-0700) Subject: Fix sidebar mobile width X-Git-Tag: v2.13.0-beta.rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aba68c09f90a020422eb672b29d17af47544211;p=thirdparty%2Fpaperless-ngx.git Fix sidebar mobile width --- 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 7f9871b97c..f5427c713f 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 @@ -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 {