First working version of the notes-layer, add filtering

This commit is contained in:
Pieter Vander Vennet 2022-01-07 17:31:39 +01:00
parent ebb510da04
commit 91d2272861
19 changed files with 282 additions and 109 deletions

View file

@ -1044,6 +1044,10 @@ video {
max-height: 1rem;
}
.max-h-8 {
max-height: 2rem;
}
.w-full {
width: 100%;
}