From a4becfc891786de2362e5b01ce309759a7d401f8 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 2 Apr 2025 05:02:24 +0200 Subject: [PATCH] fix(front): center loader --- front/src/components/ui/loader.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/front/src/components/ui/loader.scss b/front/src/components/ui/loader.scss index 2ef097bfd..339bbc650 100644 --- a/front/src/components/ui/loader.scss +++ b/front/src/components/ui/loader.scss @@ -17,7 +17,11 @@ } .loader { font-size: 1.2em; - position: relative; + position: absolute; + left: 50%; + top: 50%; + margin-left: -0.75em; + margin-top: -0.75em; text-indent: -9999em; @include light-theme {