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