UX/Studio: improvements to UX, introduce 'expert' mode

This commit is contained in:
Pieter Vander Vennet 2023-11-07 02:13:16 +01:00
parent 8a9650c737
commit 906fa1b1db
245 changed files with 3814 additions and 3950 deletions

View file

@ -1696,14 +1696,14 @@ video {
padding: 0.5rem;
}
.p-1 {
padding: 0.25rem;
}
.p-4 {
padding: 1rem;
}
.p-1 {
padding: 0.25rem;
}
.p-0\.5 {
padding: 0.125rem;
}
@ -1736,6 +1736,10 @@ video {
padding-right: 0.5rem;
}
.pr-12 {
padding-right: 3rem;
}
.pl-1 {
padding-left: 0.25rem;
}
@ -1800,10 +1804,6 @@ video {
text-align: justify;
}
.align-middle {
vertical-align: middle;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;