-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwebcontroller.css
More file actions
62 lines (55 loc) · 831 Bytes
/
Copy pathwebcontroller.css
File metadata and controls
62 lines (55 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#btns {
display:none;
}
@media (max-width: 512px) {
.button {
display: flex;
align-items: center;
justify-content: center;
flex:4;
height: calc(100vh - 100vw);
background: black;
}
.pause_container {
position: absolute;
width: 100%;
bottom: 20px;
height: 20px;
text-align: center;
}
.pause {
display: inline-block;
width: 50px;
height: 10px;
opacity: .5;
}
.xy {
flex: 5;
border-left: 1px solid black;
}
img {
width: 90%;
}
.xy img {
width: 65%;
}
#btns {
display: flex;
}
.pico8_el {
display: none;
}
body {
margin: 0;
}
body br {
display: none;
}
center div[style] {
width: 100% !important;
}
center > div > canvas#canvas {
width: 100vw;
height: 100vw;
}
}