From 45b93a80f4538b43bf71993d05902308db786051 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 02 Feb 2024 06:22:06 +0000
Subject: [PATCH] fix: index setup, styling fixes
---
quartz/components/styles/search.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index 0a763ec..0e6ecb5 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -85,7 +85,7 @@
& > #search-layout {
display: flex;
flex-direction: row;
- opacity: 0;
+ visibility: hidden;
border: 1px solid var(--lightgray);
& > div {
@@ -139,7 +139,8 @@
line-height: 1.5em;
font-weight: 400;
background: var(--light);
- border-radius: 5px;
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
box-shadow:
0 14px 50px rgba(27, 33, 48, 0.12),
0 10px 30px rgba(27, 33, 48, 0.16);
--
Gitblit v1.10.0