Skip to content

Commit

Permalink
fix(search): restore mobile search view (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberzero1 authored Dec 17, 2024
1 parent 367bb0e commit ff9e60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/components/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -132,7 +132,7 @@
border-radius: 5px;
}

@media all and ($tablet) {
@media all and ($mobile) {
& > #preview-container {
display: none !important;
}
Expand Down

0 comments on commit ff9e60a

Please sign in to comment.