mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
make separated EmojiPicker component, add Spinner to search emojis
This commit is contained in:
Vendored
+4
-3
@@ -459,21 +459,22 @@
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border: 6px solid white;
|
||||
border: 6px solid transparent;
|
||||
background: #7f7f7f;
|
||||
border-radius: 25px;
|
||||
background-clip: padding-box ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.windows {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border: 6px solid $dark_mode_background;
|
||||
border: 6px solid transparent;
|
||||
background: $dark_mode_foreground !important;
|
||||
background-clip: padding-box !important ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user