hide empty tag container

This commit is contained in:
Jonathan Jenne 2022-06-20 21:42:12 +02:00
parent 57782d7308
commit aa1febe402
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
gap: 0.5rem;
}
.tags:empty {
display: none;
}
.title {
flex: 1;
cursor: pointer;