fix(ui): add loading indicator (#2769)

This commit is contained in:
Joaquín Sánchez 2024-09-07 11:37:01 +02:00 committed by GitHub
parent e477cd8ee2
commit 41eb84416a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,3 +239,7 @@ allows controlling them individually
[data-mode="grayscale"] video:hover {
filter: grayscale(0);
}
.nuxt-loading-indicator {
opacity: unset !important;
}