client/posts: fix missing transparency grid

This commit is contained in:
Joshua Avalon 2019-01-21 09:46:26 +08:00 committed by rr-
parent 5ed70b2ec4
commit 6510d0750c
2 changed files with 2 additions and 2 deletions

View file

@ -239,7 +239,7 @@ a .access-key
width: 20px
height: 20px
&.empty
background-image: url('img/transparency_grid.png')
background-image: url('/img/transparency_grid.png')
background-repeat: repeat
background-size: initial
img

View file

@ -1,6 +1,6 @@
.post-container
.post-content.transparency-grid img
background: url('img/transparency_grid.png')
background: url('/img/transparency_grid.png')
text-align: center
.post-content