mobile spotlight fix

This commit is contained in:
Peter Papp
2021-08-10 10:24:16 +02:00
parent 1175724e43
commit 8b360edb2b

View File

@@ -236,6 +236,7 @@ export default {
.close-icon {
cursor: pointer;
display: none;
.close {
transform: translateY(4px);
@@ -297,6 +298,10 @@ export default {
color: $dark_mode_text_primary;
}
}
.close-icon {
display: block;
}
}
.spotlight-results {