From cb68069d455cf513da4eefeab7868062085b4064 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2024 08:24:48 +0000
Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#1343)
---
quartz/components/styles/search.scss | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index 2f07fe7..cc2daca 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -5,18 +5,21 @@
max-width: 14rem;
flex-grow: 0.3;
- & > #search-icon {
+ & > .search-button {
background-color: var(--lightgray);
+ border: none;
border-radius: 4px;
+ font-family: inherit;
+ font-size: inherit;
height: 2rem;
+ padding: 0;
display: flex;
align-items: center;
+ text-align: inherit;
cursor: pointer;
white-space: nowrap;
-
- & > div {
- flex-grow: 1;
- }
+ width: 100%;
+ justify-content: space-between;
& > p {
display: inline;
@@ -160,7 +163,7 @@
width: min($pageWidth, 100%);
}
- & [data-icon] {
+ a[role="anchor"] {
background-color: transparent;
}
}
--
Gitblit v1.10.0