From 41eb84416a209de2d7a759c7503add264433280a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Sat, 7 Sep 2024 11:37:01 +0200 Subject: [PATCH] fix(ui): add loading indicator (#2769) --- 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; +}