From b7ae7a99dbd40ffc852642202031b29e98304c1f Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sat, 21 Oct 2023 21:12:11 -0700 Subject: [PATCH] fix: styling for nested popover tag in page list --- quartz/components/TagList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/TagList.tsx b/quartz/components/TagList.tsx index cb1c121c..b39b1994 100644 --- a/quartz/components/TagList.tsx +++ b/quartz/components/TagList.tsx @@ -36,7 +36,7 @@ TagList.css = ` justify-self: end; } -.section-ul .tags { +.section-li > .section > .tags { justify-content: flex-end; }