fix(ui): add loading indicator (#2769)
This commit is contained in:
parent
e477cd8ee2
commit
41eb84416a
|
@ -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