mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									d99be6697e
								
							
						
					
					
						commit
						ecd6fc1db8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -38,13 +38,13 @@ const forceSpacerMin = inject('forceSpacerMin', false) || deviceKind === 'smartp
 | 
			
		|||
	container-type: inline-size;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@container (max-width: 360px) {
 | 
			
		||||
@container (max-width: 450px) {
 | 
			
		||||
	.root {
 | 
			
		||||
		padding: v-bind('props.marginMin + "px"');
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@container (min-width: 361px) {
 | 
			
		||||
@container (min-width: 451px) {
 | 
			
		||||
	.root {
 | 
			
		||||
		padding: v-bind('props.marginMax + "px"');
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue