refactor(MainModal): improve layout and styling for better responsiveness

This commit is contained in:
alexsparkes
2026-01-23 23:20:31 +00:00
parent 3f638855d7
commit 05b7d5c293
7 changed files with 50 additions and 37 deletions

View File

@@ -2,16 +2,16 @@
.modalSidebar {
@include themed {
top: 0;
left: 0;
position: sticky;
position: relative;
margin: 0;
padding: 0 5px;
padding: 0.5rem 5px 2rem 5px;
// background: t($modal-sidebar);
border-radius: 12px 0 0 12px;
overflow: hidden auto;
height: 80vh;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
min-width: 250px;
flex-shrink: 0;
svg {
margin-left: 20px;