Jacky Zhao
2024-02-02 18745a9dc68d26827ea0df99dcc709e311c74a98
fix(style): correctly collapse on mobile
1 files modified
3 ■■■■ changed files
quartz/components/styles/search.scss 3 ●●●● patch | view | raw | blame | history
quartz/components/styles/search.scss
@@ -117,7 +117,8 @@
        }
        @media all and (max-width: $tabletBreakpoint) {
          display: block;
          display: block !important;
          & > *:not(#results-container) {
            display: none !important;
          }