🎨
This commit is contained in:
		
							parent
							
								
									5294e815b0
								
							
						
					
					
						commit
						47853484a5
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		|  | @ -96,7 +96,7 @@ onMounted(async () => { | |||
| 	&:global { | ||||
| 		> .pies { | ||||
| 			display: grid; | ||||
| 			grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | ||||
| 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||
| 			grid-gap: 16px; | ||||
| 			margin-bottom: 16px; | ||||
| 
 | ||||
|  | @ -126,7 +126,7 @@ onMounted(async () => { | |||
| 
 | ||||
| 		> .items { | ||||
| 			display: grid; | ||||
| 			grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | ||||
| 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||
| 			grid-gap: 16px; | ||||
| 
 | ||||
| 			> .item { | ||||
|  | @ -160,10 +160,10 @@ onMounted(async () => { | |||
| 				} | ||||
| 
 | ||||
| 				> .body { | ||||
| 					padding: 4px 0; | ||||
| 					padding: 2px 0; | ||||
| 
 | ||||
| 					> .value { | ||||
| 						font-size: 1.3em; | ||||
| 						font-size: 1.25em; | ||||
| 						font-weight: bold; | ||||
| 
 | ||||
| 						> .diff { | ||||
|  |  | |||
|  | @ -81,7 +81,7 @@ onMounted(async () => { | |||
| <style lang="scss" module> | ||||
| .root { | ||||
| 	display: grid; | ||||
| 	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | ||||
| 	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||
| 	grid-gap: 16px; | ||||
| 
 | ||||
| 	&:global { | ||||
|  | @ -130,10 +130,10 @@ onMounted(async () => { | |||
| 			} | ||||
| 
 | ||||
| 			> .body { | ||||
| 				padding: 4px 0; | ||||
| 				padding: 2px 0; | ||||
| 
 | ||||
| 				> .value { | ||||
| 					font-size: 1.3em; | ||||
| 					font-size: 1.25em; | ||||
| 					font-weight: bold; | ||||
| 
 | ||||
| 					> .diff { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue