mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
style: tweaks to editor (#738)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user