fix(ListView): increase sidebar width

This commit is contained in:
Ejaaz Khan 2025-08-20 00:54:53 +05:30
parent 6a2c9f347f
commit d8cf781d8f

View file

@ -121,7 +121,7 @@
border-left: 1px solid var(--border-color);
@media (max-width: map-get($grid-breakpoints, "xl")) {
min-width: calc(35vw - var(--sidebar-width));
min-width: calc(38vw - var(--sidebar-width));
}
.sidebar-section {