Fix loader

This commit is contained in:
loviuz 2024-05-17 00:33:47 +02:00
parent 448a47b5a3
commit eee3f4382a
1 changed files with 4 additions and 3 deletions

View File

@ -205,9 +205,10 @@ a:focus {
}
#mini-loader>div {
position: absolute;
bottom: 10%;
right: 10%;
position: fixed;
bottom: 20px;
left: auto;
right: 20px;
width: 100px;
height: 100px;
margin-top: -50px;