mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	Virtuoso can't calculate the size of elements that have margins. This causes strange behaviour with scrolling in chat. Co-authored-by: janWilejan <>
		
			
				
	
	
		
			18 lines
		
	
	
		
			258 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			258 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.chatActionPadding {
 | 
						|
  padding: 4px 1rem;
 | 
						|
}
 | 
						|
 | 
						|
.chatAction {
 | 
						|
  padding: 8px;
 | 
						|
	border-radius: 4px;
 | 
						|
	text-align: center;
 | 
						|
	font-size: 12px;
 | 
						|
	color: var(--theme-color-components-chat-text);
 | 
						|
	background-color: var(--theme-color-palette-0);
 | 
						|
 | 
						|
 | 
						|
	p {
 | 
						|
		margin: 0;
 | 
						|
	}
 | 
						|
}
 |