mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
fix(ui): add loading indicator (#2769)
This commit is contained in:
parent
e477cd8ee2
commit
41eb84416a
1 changed files with 4 additions and 0 deletions
|
@ -239,3 +239,7 @@ allows controlling them individually
|
|||
[data-mode="grayscale"] video:hover {
|
||||
filter: grayscale(0);
|
||||
}
|
||||
|
||||
.nuxt-loading-indicator {
|
||||
opacity: unset !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue