Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-10-17 16:57:49 +02:00
commit 553ee6d5aa
165 changed files with 6745 additions and 1720 deletions

View file

@ -1054,6 +1054,11 @@ video {
height: 8rem;
}
.h-min {
height: -webkit-min-content;
height: min-content;
}
.h-8 {
height: 2rem;
}
@ -1100,14 +1105,22 @@ video {
height: 12rem;
}
.h-40 {
height: 10rem;
.h-56 {
height: 14rem;
}
.h-20 {
height: 5rem;
}
.h-10 {
height: 2.5rem;
}
.h-40 {
height: 10rem;
}
.h-80 {
height: 20rem;
}
@ -1124,14 +1137,14 @@ video {
max-height: 3rem;
}
.max-h-7 {
max-height: 1.75rem;
}
.max-h-24 {
max-height: 6rem;
}
.max-h-7 {
max-height: 1.75rem;
}
.max-h-screen {
max-height: 100vh;
}
@ -1771,6 +1784,10 @@ video {
padding-right: 0.25rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
@ -2459,7 +2476,6 @@ select:hover {
.subtle {
/* For all information that is not important for 99% of the users */
color: #999;
font-size: medium;
font-weight: normal;
}