🐛 Fix problems with handoff layout

This commit is contained in:
alonso.torres
2022-02-07 16:34:31 +01:00
parent 809a3420c1
commit 4caf278da5

View File

@@ -61,18 +61,21 @@ $width-settings-bar: 256px;
.settings-bar {
transition: width 0.2s;
width: $width-settings-bar;
&.expanded {
width: $width-settings-bar * 3;
}
&.settings-bar-right,
&.settings-bar-left {
height: 100%;
position: relative;
left: unset;
right: unset;
.settings-bar-inside {
padding-top: 0.5rem;
overflow-y: auto;
}
}
}