mirror of
https://github.com/mue/mue.git
synced 2026-07-07 22:23:37 +02:00
fix(Tabs, styles): adjust padding and margin for improved layout in modal components
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
} */
|
||||
|
||||
@include themed {
|
||||
padding: 1rem 3rem 4rem;
|
||||
padding: 1rem 2rem 4rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
@@ -16,7 +16,7 @@
|
||||
overflow-y: auto;
|
||||
background: t($modal-background);
|
||||
|
||||
margin: 0 1rem;
|
||||
margin: 0;
|
||||
border-radius: t($borderRadius);
|
||||
|
||||
@extend %tabText;
|
||||
|
||||
@@ -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