From 7be47742a6dc86f22d148ca9d304f7a9eea318cf Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 31 Jan 2025 11:46:45 +0000
Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 3 updates (#1744)
---
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 080178f..4daefee 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -106,7 +106,7 @@
flex: 0 0 min(30%, 450px);
}
- @media all and not ($tablet) {
+ @media all and not ($mobile) {
&[data-preview] {
& .result-card > p.preview {
display: none;
@@ -132,7 +132,7 @@
border-radius: 5px;
}
- @media all and ($tablet) {
+ @media all and ($mobile) {
& > #preview-container {
display: none !important;
}
@@ -151,6 +151,7 @@
}
& > #preview-container {
+ flex-grow: 1;
display: block;
overflow: hidden;
font-family: inherit;
--
Gitblit v1.10.0