Studio: improvements after user test

This commit is contained in:
Pieter Vander Vennet 2023-11-02 04:35:32 +01:00
parent 449c1adb00
commit e79a0fc81d
59 changed files with 1312 additions and 2920 deletions

View file

@ -946,6 +946,10 @@ video {
margin-right: 0.75rem;
}
.mt-16 {
margin-top: 4rem;
}
.mr-12 {
margin-right: 3rem;
}
@ -1149,6 +1153,10 @@ video {
max-height: 100vh;
}
.max-h-60 {
max-height: 15rem;
}
.w-full {
width: 100%;
}