From fd5c8d17d3b3cd0a13b0a21a2b78d85010e02e12 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 20 Jun 2023 03:37:45 +0000
Subject: [PATCH] basic search implementation
---
quartz/components/styles/popover.scss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index 0006292..9b79447 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -23,6 +23,8 @@
height: 20rem;
padding: 0 1rem 1rem 1rem;
font-weight: initial;
+ line-height: initial;
+ font-size: initial;
border: 1px solid var(--gray);
background-color: var(--light);
border-radius: 5px;
@@ -30,6 +32,10 @@
overflow: scroll;
}
+ h1 {
+ font-size: 1.5rem;
+ }
+
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
--
Gitblit v1.10.0