mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
fix(styles): adjust padding and margin for improved layout in sidebar and settings row
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@include themed {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0.5rem 5px 2rem 5px;
|
||||
padding: 0.5rem 5px 3rem 5px;
|
||||
// background: t($modal-sidebar);
|
||||
border-radius: 12px 0 0 12px;
|
||||
overflow-y: auto;
|
||||
@@ -44,6 +44,10 @@
|
||||
min-width: calc(100% - 1.2em);
|
||||
text-align: left;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: t($modal-sidebarActive);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user