Settings panel style refinements

This commit is contained in:
Peter Zimon 2021-11-03 14:32:41 +01:00
parent 52d71be3d8
commit 937a6a7e4e

View File

@ -964,9 +964,13 @@
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 10px;
gap: 8px;
}
.kg-settings-panel-control:not(:first-of-type):not(hr + .kg-settings-panel-control) {
margin-top: 8px;
}
.kg-settings-panel-control-horizontal {
flex-direction: row;
align-items: center;
@ -985,7 +989,7 @@
}
.kg-settings-panel-divider {
margin: 10px -24px !important;
margin: 8px -24px !important;
border: none;
border-top: 1px solid var(--whitegrey);
}