stuff
This commit is contained in:
parent
17bec90aff
commit
05406f9fe0
|
@ -57,10 +57,12 @@
|
||||||
padding: unset !important;
|
padding: unset !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .sidebar-CFHs9e,
|
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .sidebar-CFHs9e {
|
||||||
|
width: 218px !important;
|
||||||
|
padding: 20px 6px 20px 20px !important;
|
||||||
|
}
|
||||||
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .contentColumnDefault-1VQkGM {
|
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .contentColumnDefault-1VQkGM {
|
||||||
padding-top: 20px !important;
|
padding: 20px 40px !important;
|
||||||
padding-bottom: 20px !important;
|
|
||||||
}
|
}
|
||||||
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .sidebar-dLM-kh {
|
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .sidebar-dLM-kh {
|
||||||
height: var(--settingsmodalheight) !important;
|
height: var(--settingsmodalheight) !important;
|
||||||
|
|
|
@ -4,11 +4,12 @@
|
||||||
--settingsiconsgap: 14px;
|
--settingsiconsgap: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarRegion-VFTUkN {
|
body #app-mount .sidebarRegion-VFTUkN {
|
||||||
flex-basis: calc(218px + (var(--usesettingsicons) * (var(--settingsiconssize) + var(--settingsiconsgap))));
|
flex-basis: calc(218px + (var(--usesettingsicons) * (var(--settingsiconssize) + var(--settingsiconsgap)))) !important;
|
||||||
}
|
}
|
||||||
.sidebar-CFHs9e {
|
body #app-mount .sidebar-CFHs9e,
|
||||||
width: calc(218px + (var(--usesettingsicons) * (var(--settingsiconssize) + var(--settingsiconsgap))));
|
body #app-mount .layer-3QrUeG ~ .layer-3QrUeG .sidebar-CFHs9e {
|
||||||
|
width: calc(218px + (var(--usesettingsicons) * (var(--settingsiconssize) + var(--settingsiconsgap)))) !important;
|
||||||
}
|
}
|
||||||
#bd-settings-sidebar .ui-tab-bar-item,
|
#bd-settings-sidebar .ui-tab-bar-item,
|
||||||
.sidebar-CFHs9e .side-8zPYf6 .item-PXvHYJ {
|
.sidebar-CFHs9e .side-8zPYf6 .item-PXvHYJ {
|
||||||
|
|
Loading…
Reference in New Issue