From 7a272be743a3411a3d84723c81ff448b0cfbcd1c Mon Sep 17 00:00:00 2001 From: vintro Date: Tue, 17 Dec 2024 16:19:51 -0500 Subject: [PATCH] fix tag display on tag card view --- quartz/styles/base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 0ae3d542c..c7f4b3c3c 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -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 {