mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
Update life.html
This commit is contained in:
@@ -109,6 +109,7 @@
|
|||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
image, div, canvas {
|
image, div, canvas {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@@ -127,7 +128,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
touch-action: manipulation;
|
|
||||||
}
|
}
|
||||||
.mainGrid {
|
.mainGrid {
|
||||||
display: grid;
|
display: grid;
|
||||||
@@ -135,7 +135,6 @@
|
|||||||
grid-auto-rows: 1fr;
|
grid-auto-rows: 1fr;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
touch-action: manipulation;
|
|
||||||
}
|
}
|
||||||
.mainGrid {
|
.mainGrid {
|
||||||
/*position: fixed;
|
/*position: fixed;
|
||||||
@@ -144,7 +143,6 @@
|
|||||||
}
|
}
|
||||||
#gridShell {
|
#gridShell {
|
||||||
display: none;
|
display: none;
|
||||||
touch-action: manipulation;
|
|
||||||
}
|
}
|
||||||
#gridShell:fullscreen {
|
#gridShell:fullscreen {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -159,7 +157,6 @@
|
|||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
touch-action: manipulation;
|
|
||||||
}
|
}
|
||||||
.widePlayerBox {
|
.widePlayerBox {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
|
Reference in New Issue
Block a user