fix(search): restored mobile search view

This commit is contained in:
Emile Bangma 2024-11-09 00:08:27 +00:00
parent a6b2967df8
commit 14727bcdc1

View File

@ -132,7 +132,7 @@
border-radius: 5px;
}
@media all and ($tablet) {
@media all and ($mobile) {
& > #preview-container {
display: none !important;
}