mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 21:07:26 +00:00
Fix spacing on loading element again
This is very sensitive
This commit is contained in:
parent
979c2f24ca
commit
e3773e95d8
@ -229,7 +229,7 @@ h2 {
|
|||||||
|
|
||||||
#loading{
|
#loading{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -9.8%;
|
left: -10%;
|
||||||
top: 15%;
|
top: 15%;
|
||||||
margin: -22px 0 0 0;
|
margin: -22px 0 0 0;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
@ -239,7 +239,7 @@ h2 {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
left: 34%;
|
left: 32%;
|
||||||
top: 15%;
|
top: 15%;
|
||||||
margin: 0 0 0 -15px;
|
margin: 0 0 0 -15px;
|
||||||
border: 6px solid #fff;
|
border: 6px solid #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user