mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-12 11:24:08 +01:00
Fixes noscript spinning in firefox
This commit is contained in:
parent
4724f50ded
commit
7420e48d66
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ #loading > div{
|
|||
font-size: 40px;
|
||||
}
|
||||
|
||||
#loading > div > div{
|
||||
#loading > div > div:first-child{
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border-radius: 200px;
|
||||
|
|
Loading…
Reference in a new issue