mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 11:09:30 -07:00
canvas reference cleanup
This commit is contained in:
@@ -199,10 +199,7 @@ button {
|
|||||||
#display {
|
#display {
|
||||||
font-family: "Star4000";
|
font-family: "Star4000";
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
/* overflow: hidden; */
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* height: 480px; */
|
|
||||||
/* max-width: 640px; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jsgif {
|
jsgif {
|
||||||
@@ -246,6 +243,8 @@ jsgif {
|
|||||||
|
|
||||||
#divTwc:fullscreen #container {
|
#divTwc:fullscreen #container {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
width: unset;
|
||||||
|
height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
@@ -296,9 +295,9 @@ jsgif {
|
|||||||
|
|
||||||
#divTwc:fullscreen {
|
#divTwc:fullscreen {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divTwc:fullscreen #display {
|
#divTwc:fullscreen #display {
|
||||||
|
|||||||
Reference in New Issue
Block a user