From 444e05ee21687473c17c19e1d52d7da39694971c Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 01 Feb 2024 02:35:29 +0000
Subject: [PATCH] chore(deps-dev): bump @types/hast from 3.0.3 to 3.0.4 (#780)

---
 quartz/components/styles/search.scss |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index 5304618..fb7dd74 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -91,12 +91,22 @@
         flex-direction: row;
         justify-content: space-between;
         opacity: 0;
+        border: 1px solid var(--lightgray);
 
-        & > * {
+        & > div {
           height: calc(75vh - 20em);
           background: none;
-          border-radius: 5px;
-          border: 1px solid var(--lightgray); // Border to define the box
+
+          &:first-child {
+            border-top-left-radius: 5px;
+            border-bottom-left-radius: 5px;
+            border-right: 1px solid var(--lightgray);
+          }
+
+          &:last-child {
+            border-top-right-radius: 5px;
+            border-bottom-right-radius: 5px;
+          }
         }
 
         @media all and (max-width: $mobileBreakpoint) {
@@ -122,7 +132,6 @@
             box-sizing: border-box;
             overflow-y: auto;
             font-family: inherit;
-            font-size: 1.1em;
             color: var(--dark);
             line-height: 1.5em;
             font-weight: 400;
@@ -141,6 +150,7 @@
             padding: 1em;
             cursor: pointer;
             transition: background 0.2s ease;
+            border-bottom: 1px solid var(--lightgray);
             width: 100%;
             display: block;
             box-sizing: border-box;

--
Gitblit v1.10.0