From 80d3fbad9c13eeaf1c5808246218bf23164c6df9 Mon Sep 17 00:00:00 2001 From: userquin Date: Sat, 6 Apr 2024 01:49:34 +0200 Subject: [PATCH] fix(ui): add loading indicator --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/global.css b/styles/global.css index 0e9e2ac8..5c018aa2 100644 --- a/styles/global.css +++ b/styles/global.css @@ -239,3 +239,7 @@ allows controlling them individually [data-mode="grayscale"] video:hover { filter: grayscale(0); } + +.nuxt-loading-indicator { + opacity: unset !important; +}