mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-30 11:35:59 +00:00
mobile spotlight fix
This commit is contained in:
@@ -236,6 +236,7 @@ export default {
|
|||||||
|
|
||||||
.close-icon {
|
.close-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: none;
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
transform: translateY(4px);
|
transform: translateY(4px);
|
||||||
@@ -297,6 +298,10 @@ export default {
|
|||||||
color: $dark_mode_text_primary;
|
color: $dark_mode_text_primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close-icon {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.spotlight-results {
|
.spotlight-results {
|
||||||
|
|||||||
Reference in New Issue
Block a user