From 041a4ce7bc39c65483eaeeddc97e6946cb49f540 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 07:04:01 +0000
Subject: [PATCH] fix watch-mode batching
---
quartz/components/TagList.tsx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/components/TagList.tsx b/quartz/components/TagList.tsx
index 8b90955..0bffb0d 100644
--- a/quartz/components/TagList.tsx
+++ b/quartz/components/TagList.tsx
@@ -33,6 +33,7 @@
display: flex;
padding-left: 0;
gap: 0.4rem;
+ margin: 1rem 0;
}
.tags > li {
--
Gitblit v1.10.0