fix tag display on tag card view

This commit is contained in:
vintro 2024-12-17 16:19:51 -05:00
parent a5842bc192
commit 7a272be743
No known key found for this signature in database

View File

@ -659,6 +659,11 @@ input {
} }
} }
// Hide tags in tag page cards
[data-slug^="tags/"] .section-li .section .tags {
display: none;
}
// Disable preview popups for folder listing cards // Disable preview popups for folder listing cards
.disable-card-preview { .disable-card-preview {
.popover { .popover {