mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-26 16:46:12 +01:00 
			
		
		
		
	fix: thumb width
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| <div class="d-flex flex-column gap-4 topic-thumbs-view-modal"> | <div class="d-flex flex-column gap-4 topic-thumbs-view-modal"> | ||||||
| 	<div class="d-flex justify-content-center align-items-center mb-5" style="height: 33vh; max-height: 33vh;"> | 	<div class="d-flex justify-content-center align-items-center mb-5" style="height: 33vh; max-height: 33vh;"> | ||||||
| 		<img component="topic/thumb/current" src="{src}" style="max-height: 33vh;" /> | 		<img component="topic/thumb/current" src="{src}" style="max-height: 33vh; width:100%;" /> | ||||||
| 	</div> | 	</div> | ||||||
| 	{{{ if (thumbs.length != "1") }}} | 	{{{ if (thumbs.length != "1") }}} | ||||||
| 	<hr/> | 	<hr/> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user