mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix display size reactivity
This commit is contained in:
		
							parent
							
								
									4ca27692ac
								
							
						
					
					
						commit
						d016ef7675
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -272,7 +272,7 @@ definePageMetadata(() => ({
 | 
				
			||||||
	margin-bottom: 12px;
 | 
						margin-bottom: 12px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@container (min-width: 751px) {
 | 
					@media (min-width: 750px) {
 | 
				
			||||||
	.root {
 | 
						.root {
 | 
				
			||||||
		grid-template-columns: min-content 4fr 6fr min-content;
 | 
							grid-template-columns: min-content 4fr 6fr min-content;
 | 
				
			||||||
		grid-template-rows: min-content 1fr;
 | 
							grid-template-rows: min-content 1fr;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue