mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
refactor: create separation between editor wrapper and contents
This commit is contained in:
committed by
Carlos Valente
parent
1d7ee163a0
commit
972f9e35fd
@@ -1,5 +1,3 @@
|
||||
@use '../../views/editor/EditorMixin' as editor;
|
||||
|
||||
.rundownExport {
|
||||
height: 100%;
|
||||
flex: 1 1 auto; /* flex-grow: 1, flex-shrink: 1, flex-basis: auto */
|
||||
@@ -23,7 +21,7 @@
|
||||
}
|
||||
|
||||
.list {
|
||||
@include editor.panel;
|
||||
display: flex;
|
||||
height: inherit;
|
||||
padding-inline: 0;
|
||||
box-shadow: $box-shadow-right;
|
||||
|
||||
Reference in New Issue
Block a user