mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
fix(styles): adjust padding and margin for improved layout in sidebar and settings row
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
.settingsRow {
|
.settingsRow {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100px;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
transition: 0.4s ease-in-out;
|
transition: 0.4s ease-in-out;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
@include themed {
|
@include themed {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 5px 2rem 5px;
|
padding: 0.5rem 5px 3rem 5px;
|
||||||
// background: t($modal-sidebar);
|
// background: t($modal-sidebar);
|
||||||
border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@@ -44,6 +44,10 @@
|
|||||||
min-width: calc(100% - 1.2em);
|
min-width: calc(100% - 1.2em);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: t($modal-sidebarActive);
|
background: t($modal-sidebarActive);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,6 +47,10 @@ legend {
|
|||||||
margin-top: 10px !important;
|
margin-top: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settingsRow .action .MuiFormControlLabel-root {
|
||||||
|
margin-top: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox svg {
|
.checkbox svg {
|
||||||
@include themed {
|
@include themed {
|
||||||
fill: t($color) !important;
|
fill: t($color) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user