Merge develop

This commit is contained in:
Pieter Vander Vennet 2022-02-14 20:10:49 +01:00
commit 29f6716fa9
209 changed files with 8475 additions and 4933 deletions

View file

@ -1052,6 +1052,10 @@ video {
height: 2.75rem;
}
.h-6 {
height: 1.5rem;
}
.h-32 {
height: 8rem;
}
@ -1060,10 +1064,6 @@ video {
height: 4rem;
}
.h-6 {
height: 1.5rem;
}
.h-4 {
height: 1rem;
}
@ -1148,6 +1148,10 @@ video {
width: 2.75rem;
}
.w-64 {
width: 16rem;
}
.w-4 {
width: 1rem;
}
@ -1505,10 +1509,6 @@ video {
padding: 1rem;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-1 {
padding: 0.25rem;
}
@ -1521,6 +1521,10 @@ video {
padding: 0px;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-0\.5 {
padding: 0.125rem;
}
@ -2322,7 +2326,6 @@ li::marker {
max-width: calc(100vw - 5em);
width: 40em;
max-height: calc(100vh - 15em);
overflow-y: auto;
background-color: var(--background-color);
color: var(--foreground-color);
}