Merge branch 'master' into wip/migratedb

This commit is contained in:
cv
2021-05-28 14:46:54 +02:00
27 changed files with 284 additions and 110 deletions
@@ -18,11 +18,12 @@
/* 2/3 window, hide previews */
@media (max-width: 1250px) and (min-height: 700px) {
.mainContainer {
height: 100%;
grid-template-rows: 1fr 1fr;
grid-template-columns: 48em 1fr 1fr;
grid-template-areas:
/* grid-template-areas:
'even play sett'
'even mess sett';
'even mess sett'; */
}
.info {
@@ -40,6 +41,11 @@
'play';
}
.messages,
.playback {
min-width: 31em;
}
.editor,
.info,
.settings {