fix(ui): add loading indicator (#2769)
Some checks failed
ci / ci (push) Has been cancelled
build & push docker container / docker (push) Has been cancelled

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;
}