mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
feat: ajloader styles change
This commit is contained in:
parent
31bd11cae8
commit
40b19ec561
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue