mirror of
https://github.com/mue/mue.git
synced 2026-07-17 22:14:13 +02:00
fix(Tabs, styles): adjust padding and margin for improved layout in modal components
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
@include themed {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0.5rem 5px 3rem 5px;
|
||||
// background: t($modal-sidebar);
|
||||
// padding: 1rem 1.5rem 4rem 1.5rem;
|
||||
padding: 0.5rem 0 0 0.5rem;
|
||||
background: t($modal-sidebar);
|
||||
border-radius: 12px 0 0 12px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user