From 8fd75ffbfda30edd5a134a1fbf9b81ac3cebb2ff Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 00:42:00 +0000
Subject: [PATCH] support attachments folder
---
quartz/components/styles/search.scss | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index fe94ec7..4d5ad95 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -1,7 +1,7 @@
@use "../../styles/variables.scss" as *;
.search {
- min-width: 5rem;
+ min-width: fit-content;
max-width: 14rem;
flex-grow: 0.3;
@@ -67,7 +67,9 @@
width: 100%;
border-radius: 5px;
background: var(--light);
- box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
+ box-shadow:
+ 0 14px 50px rgba(27, 33, 48, 0.12),
+ 0 10px 30px rgba(27, 33, 48, 0.16);
margin-bottom: 2em;
}
@@ -108,7 +110,8 @@
font-weight: 700;
}
- &:hover, &:focus {
+ &:hover,
+ &:focus {
background: var(--lightgray);
}
@@ -127,12 +130,11 @@
margin: 0;
}
- & > p {
+ & > p {
margin-bottom: 0;
}
}
}
-
}
}
}
--
Gitblit v1.10.0