style: tweaks to editor (#738)

This commit is contained in:
Carlos Valente
2024-01-28 22:42:19 +01:00
committed by GitHub
parent 5de40e8679
commit 4c77d26a71
14 changed files with 66 additions and 56 deletions
@@ -1,12 +1,8 @@
@use '../editors//EditorMixin' as editor;
$rundown-width: 44.5rem;
$editor-width: 25rem;
.rundownExport {
grid-area: rundown;
max-height: 100%;
height: 100%;
flex: 1;
}
.rundown {
@@ -24,17 +20,26 @@ $editor-width: 25rem;
.list {
@include editor.panel;
height: inherit;
padding-left: 0;
box-shadow: $box-shadow-right;
min-width: $rundown-width;
flex-grow: 1;
flex-shrink: 1;
min-width: 38rem;
max-width: 45rem;
}
.side {
max-height: 100%;
max-width: 45rem;
margin: 2rem 0;
padding: 1rem;
padding-right: 0;
background-color: $gray-1325;
border-radius: 0 8px 8px 0;
min-width: $editor-width;
flex: 1;
max-height: 100%;
overflow: auto;
flex-grow: 1;
flex-shrink: 1;
min-width: 30rem;
max-width: 45rem;
}