mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Minor UX Improvements
This commit is contained in:
		
							parent
							
								
									e78af50ba1
								
							
						
					
					
						commit
						90c7b87e31
					
				| @ -41,12 +41,10 @@ | ||||
|             margin: 0; | ||||
| 
 | ||||
|             :first-child { | ||||
|                 border-radius: #{D(2px)} 0 0 #{D(2px)} !important; | ||||
|                 margin-left: 0 !important; | ||||
|             } | ||||
|             :last-child { | ||||
|                 margin-right: 0 !important; | ||||
|                 border-radius: 0 #{D(2px)} #{D(2px)} 0 !important; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| @ -80,7 +78,6 @@ | ||||
| 
 | ||||
|         > div { | ||||
|             background: #f4f4f4; | ||||
|             @include S(border-radius, $globalBorderRadius); | ||||
|             @include S(margin-bottom, 4px); | ||||
|             display: grid; | ||||
| 
 | ||||
| @ -104,7 +101,6 @@ | ||||
|             .counter { | ||||
|                 @include SuperSmallText; | ||||
| 
 | ||||
|                 @include S(border-radius, $globalBorderRadius); | ||||
|                 @include S(padding, 0, 3px); | ||||
|             } | ||||
|         } | ||||
|  | ||||
| @ -26,6 +26,10 @@ | ||||
|                 opacity: 0; | ||||
|             } | ||||
|         } | ||||
|         display: flex; | ||||
|         align-items: center; | ||||
|         flex-direction: column; | ||||
|         max-height: 90vh; | ||||
| 
 | ||||
|         color: #fff; | ||||
|         text-align: center; | ||||
|  | ||||
| @ -30,11 +30,11 @@ export const uiScales = [ | ||||
|     }, | ||||
|     { | ||||
|         id: "large", | ||||
|         size: 1.2, | ||||
|         size: 1.05, | ||||
|     }, | ||||
|     { | ||||
|         id: "huge", | ||||
|         size: 1.4, | ||||
|         size: 1.1, | ||||
|     }, | ||||
| ]; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user