forked from GithubMirrors/cardconjurer
		
	test
This commit is contained in:
		| @@ -12,6 +12,7 @@ function fullscreen() { | |||||||
|   	} else if (grid.mozRequestFullScreen) { |   	} else if (grid.mozRequestFullScreen) { | ||||||
|     	grid.mozRequestFullScreen() |     	grid.mozRequestFullScreen() | ||||||
|   	} else if (grid.webkitRequestFullscreen) { |   	} else if (grid.webkitRequestFullscreen) { | ||||||
|  |   		alert("ok") | ||||||
|     	grid.webkitRequestFullscreen() |     	grid.webkitRequestFullscreen() | ||||||
|   	} else if (grid.msRequestFullscreen) { |   	} else if (grid.msRequestFullscreen) { | ||||||
|     	grid.msRequestFullscreen() |     	grid.msRequestFullscreen() | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								life.html
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								life.html
									
									
									
									
									
								
							| @@ -14,7 +14,12 @@ | |||||||
| 	<meta name="theme-color" content="#64ca2f"> | 	<meta name="theme-color" content="#64ca2f"> | ||||||
| 	<!-- Other things --> | 	<!-- Other things --> | ||||||
| 	<meta charset="UTF-8"> | 	<meta charset="UTF-8"> | ||||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0"> |  | ||||||
|  | 	<meta name="apple-mobile-web-app-title" content="LifeCounter" /> | ||||||
|  | 	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no"> | ||||||
|  | 	<meta name="apple-mobile-web-app-capable" content="yes"> | ||||||
|  | 	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||||||
|  |  | ||||||
| 	<!-- Here's the stuff that does things? --> | 	<!-- Here's the stuff that does things? --> | ||||||
| 	<script type='application/ld+json'> | 	<script type='application/ld+json'> | ||||||
| 	{ | 	{ | ||||||
| @@ -115,11 +120,10 @@ | |||||||
| 		width: 100%; | 		width: 100%; | ||||||
| 		height: 100%; | 		height: 100%; | ||||||
| 		align-items: center; | 		align-items: center; | ||||||
| 		display: none; | 		/*display: none;*/ | ||||||
| 	} | 	} | ||||||
| 	.mainGrid:fullscreen { | 	.mainGrid:fullscreen { | ||||||
| 		cursor: crosshair; | 		/*display: inline-block;*/ | ||||||
| 		display: inline-block; |  | ||||||
| 	} | 	} | ||||||
| 	.playerBox { | 	.playerBox { | ||||||
| 		/*background-color: #454;*/ | 		/*background-color: #454;*/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle