Skip to content

Commit ff9e60a

Browse files
authored
fix(search): restore mobile search view (#1576)
1 parent 367bb0e commit ff9e60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartz/components/styles/search.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
flex: 0 0 min(30%, 450px);
107107
}
108108

109-
@media all and not ($tablet) {
109+
@media all and not ($mobile) {
110110
&[data-preview] {
111111
& .result-card > p.preview {
112112
display: none;
@@ -132,7 +132,7 @@
132132
border-radius: 5px;
133133
}
134134

135-
@media all and ($tablet) {
135+
@media all and ($mobile) {
136136
& > #preview-container {
137137
display: none !important;
138138
}

0 commit comments

Comments
 (0)