feat: ajloader styles change

This commit is contained in:
mrilyew 2025-05-27 18:52:08 +03:00 committed by Alexander Minkin
parent 31bd11cae8
commit 40b19ec561

View file

@ -3840,12 +3840,13 @@ hr {
display: none; display: none;
position: fixed; position: fixed;
top: -10%; top: -10%;
background: rgba(26, 26, 26, 0.9);; background: rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 2px 0px black;
padding-top: 12px; padding-top: 12px;
width: 91px; width: 91px;
height: 25px; height: 25px;
text-align: center; text-align: center;
border-radius: 1px; border-radius: 2px;
margin: auto; margin: auto;
left: 0; left: 0;
right: 0; right: 0;