fix(front): center loader

This commit is contained in:
ArneBo 2025-04-02 05:02:24 +02:00
parent 9c5e61dfff
commit a4becfc891
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@
} }
.loader { .loader {
font-size: 1.2em; font-size: 1.2em;
position: relative; position: absolute;
left: 50%;
top: 50%;
margin-left: -0.75em;
margin-top: -0.75em;
text-indent: -9999em; text-indent: -9999em;
@include light-theme { @include light-theme {