Add advanced game filter

This commit is contained in:
2025-04-06 19:27:14 +02:00
parent ab17a08b2b
commit 91d8dae02d
17 changed files with 217 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
.container {
justify-content: space-between;
display: flex;
flex-direction: row;
height: 100%;
}
.content {
}