Added tag pages.

This commit is contained in:
2024-01-26 01:31:15 +01:00
parent d739975d36
commit 5cdbf036f1
19 changed files with 618 additions and 53 deletions

View File

@@ -144,7 +144,7 @@ const entities = computed(() => {
<style scoped>
.filter-items {
max-height: 10rem;
max-height: 15rem;
overflow-y: auto;
}