mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			202 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			202 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /*
 | |
|     The following stylesheet is only included on pages that can execute javascript
 | |
| */
 | |
| 
 | |
| .page-topic [component="post/content"] img:not(.not-responsive):not([data-state]) {
 | |
| 	display: none !important;
 | |
| } |