Studio: support 'hidden-in-studio'-segments in HTML, clarify 'layers'-documentation. See #1929

This commit is contained in:
Pieter Vander Vennet 2024-04-27 23:46:55 +02:00
parent 4a8ecddd2f
commit 70bb4bb006
8 changed files with 150 additions and 40 deletions

View file

@ -1163,6 +1163,10 @@ video {
height: 20rem;
}
.h-1\/6 {
height: 16.666667%;
}
.h-56 {
height: 14rem;
}
@ -1266,14 +1270,6 @@ video {
width: 4rem;
}
.w-5\/6 {
width: 83.333333%;
}
.w-1\/6 {
width: 16.666667%;
}
.w-min {
width: -webkit-min-content;
width: min-content;