Commit f0f8f67a authored by Evan You's avatar Evan You

improve spinner positioning

parent f3b6b3d5
...@@ -19,10 +19,6 @@ $offset = 126 ...@@ -19,10 +19,6 @@ $offset = 126
$duration = 1.4s $duration = 1.4s
.spinner .spinner
position fixed
z-index 999
right 15px
bottom 15px
transition opacity .15s ease transition opacity .15s ease
animation rotator $duration linear infinite animation rotator $duration linear infinite
animation-play-state paused animation-play-state paused
......
...@@ -114,10 +114,8 @@ function fetchComments (store, item) { ...@@ -114,10 +114,8 @@ function fetchComments (store, item) {
padding 1em 0 padding 1em 0
position relative position relative
.spinner .spinner
position absolute display inline-block
top 0 margin -15px 0
right 0
bottom auto
.comment-children .comment-children
list-style-type none list-style-type none
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment