From b33f13ccaf4ec14a94ee0ee467dda04cf4981d00 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 01 Jan 2024 22:20:34 +0000
Subject: [PATCH] fix: dont show last page if folder
---
quartz/components/styles/popover.scss | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index 55d38c9..fae0e12 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -43,7 +43,9 @@
visibility: hidden;
opacity: 0;
- transition: opacity 0.3s ease, visibility 0.3s ease;
+ transition:
+ opacity 0.3s ease,
+ visibility 0.3s ease;
@media all and (max-width: $mobileBreakpoint) {
display: none !important;
--
Gitblit v1.10.0