This commit is contained in:
xaoxuu 2022-10-11 22:46:00 +08:00
parent 7201ce44e3
commit efedf58c19
3 changed files with 9 additions and 4 deletions

View File

@ -13,3 +13,8 @@ svg.loading
transform:rotate(0deg)
to
transform:rotate(360deg)
.loading-wrap
min-height: 50px
margin: 2rem 0
text-align: center

View File

@ -13,10 +13,6 @@
margin-top: 2rem
.stellar-sites-api
display: block
.loading-wrap
min-height: 50px
margin: 2rem 0
text-align: center
.sites-wrap .group-body
display: grid

View File

@ -12,6 +12,10 @@
border-radius: 8px
top: .5rem
bottom: 0
&:has(.loading-wrap)
padding-left: 0
&:before
display: none
.tag-plugin.timeline .timenode
position: relative