Feature: Add advanced filter (#9)

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2025-04-07 21:20:22 +02:00
parent ab17a08b2b
commit 003f2547a3
19 changed files with 272 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
.container {
margin-top: 20px;
justify-content: space-between;
display: flex;
flex-direction: row;
height: 100%;
}
.content {
}