Skip to content

Commit

Permalink
fix(ui): add loading indicator (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Sep 7, 2024
1 parent e477cd8 commit 41eb844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,7 @@ allows controlling them individually
[data-mode="grayscale"] video:hover {
filter: grayscale(0);
}

.nuxt-loading-indicator {
opacity: unset !important;
}

0 comments on commit 41eb844

Please sign in to comment.