[fix] Adjust style of loading animated icon
Icon was not exactly spinning at a "fixed" position on screen.fix/adjust_loading_animation
parent
9bea5a64b8
commit
5ebfd91769
|
@ -252,12 +252,12 @@ li[data-key=showusers] > a #online_count {
|
|||
}
|
||||
|
||||
.loadingAnimation{
|
||||
-webkit-animation: loadingAnimation 2s infinite linear;
|
||||
animation: loadingAnimation 2s infinite linear;
|
||||
-webkit-animation: loadingAnimation 2s infinite linear reverse;
|
||||
animation: loadingAnimation 2s infinite linear reverse;
|
||||
font-family: "fontawesome-etherpad";
|
||||
font-size:24px;
|
||||
z-index:150;
|
||||
width:25px;
|
||||
width:20px;
|
||||
height:25px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue