Fixed a loading svg bug of utterances. (#113)
This commit is contained in:
parent
1b9d13718a
commit
aad2552c2f
|
@ -1,3 +1,6 @@
|
||||||
.cmt-body.utterances
|
.cmt-body.utterances
|
||||||
margin: 0 -4px
|
margin: 0 -4px
|
||||||
width: 'calc(100% + %s)' % 8px
|
width: 'calc(100% + %s)' % 8px
|
||||||
|
|
||||||
|
.related-wrap#comments div.cmt-body svg.loading
|
||||||
|
top: 62px
|
Loading…
Reference in New Issue