client/posts: fix transparency grid for alternate base URIs
This commit is contained in:
		
							parent
							
								
									6510d0750c
								
							
						
					
					
						commit
						a2dc964e52
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user