mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
fix tag display on tag card view
This commit is contained in:
parent
a5842bc192
commit
7a272be743
@ -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-card-preview {
|
||||
.popover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user