mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
refactor(MainModal): improve layout and styling for better responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user