From 351b4ab13be6b1e43eb286ffac2646d0479ba678 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 04:41:09 +0000
Subject: [PATCH] styling fixes for stacking order and overflow
---
quartz/components/PageList.tsx | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/quartz/components/PageList.tsx b/quartz/components/PageList.tsx
index 2f08f62..8ef40c5 100644
--- a/quartz/components/PageList.tsx
+++ b/quartz/components/PageList.tsx
@@ -48,7 +48,7 @@
{tags.map((tag) => (
<li>
<a
- class="internal"
+ class="internal tag-link"
href={resolveRelative(slug, `tags/${tag}` as CanonicalSlug)}
>
#{tag}
@@ -68,4 +68,8 @@
.section h3 {
margin: 0;
}
+
+.section > .tags {
+ margin: 0;
+}
`
--
Gitblit v1.10.0