feat: editor layout

This commit is contained in:
Carlos Valente
2026-01-21 19:56:52 +01:00
parent 9c08f0dcb1
commit 87b1721b9a
77 changed files with 2239 additions and 781 deletions
@@ -4,8 +4,14 @@
}
.rundownContainer {
margin-top: 1rem;
height: 100%;
padding-top: 1rem;
flex: 1 1 auto;
min-height: 0;
:is([data-target='small-device']) & {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.list {
@@ -17,6 +23,7 @@
:is([data-target='small-device']) & {
padding-inline: 0;
overflow-x: auto;
min-width: max-content;
}
}