Fix sidebar mobile width

This commit is contained in:
shamoon 2024-09-22 22:51:59 -07:00
parent 609fa9a212
commit 3aba68c09f

View 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 {