Added basic tag filters, removed tag filter section temporarily

Update app.py, content.json, and 9 more files...
This commit is contained in:
2025-09-09 00:09:42 +02:00
parent 3e29592b48
commit 54786b6599
11 changed files with 93 additions and 11 deletions

View File

@@ -29,3 +29,11 @@ input[type=file].np-file-input-drop {
margin-top: calc(1rem* 0.5);
margin-bottom: calc(1rem* 0.5);
}
.hide-if-last:last-child {
display: none;
}
.hide-if-first:first-child {
display: none;
}