dynamic/static embeds

This commit is contained in:
Robin Appelman 2023-04-12 21:08:09 +02:00
commit cb56c80555
22 changed files with 9068 additions and 665 deletions

View file

@ -1,5 +1,9 @@
@import '../node_modules/@thisbeyond/solid-select/dist/esm/style.css';
#filter-bar {
height: 35px;
}
.filter-bar {
display: flex;
flex-direction: row;