mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-11-03 23:55:01 -06:00 
			
		
		
		
	Update life.html
This commit is contained in:
		@@ -127,9 +127,6 @@
 | 
				
			|||||||
		background-color: #333;
 | 
							background-color: #333;
 | 
				
			||||||
		color: white;
 | 
							color: white;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	body, #gridShell, .mainGrid, canvas {
 | 
					 | 
				
			||||||
		touch-action: manipulation !important;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	.mainGrid {
 | 
						.mainGrid {
 | 
				
			||||||
		display: grid;
 | 
							display: grid;
 | 
				
			||||||
		grid-template-columns: auto auto;
 | 
							grid-template-columns: auto auto;
 | 
				
			||||||
@@ -159,6 +156,7 @@
 | 
				
			|||||||
		border: 1px solid white;
 | 
							border: 1px solid white;
 | 
				
			||||||
		width: auto;
 | 
							width: auto;
 | 
				
			||||||
		height: auto;
 | 
							height: auto;
 | 
				
			||||||
 | 
							touch-action: manipulation !important
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	.widePlayerBox {
 | 
						.widePlayerBox {
 | 
				
			||||||
		grid-column: 1 / span 2;
 | 
							grid-column: 1 / span 2;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user