-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdiscover.css
More file actions
65 lines (56 loc) · 921 Bytes
/
discover.css
File metadata and controls
65 lines (56 loc) · 921 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
63
64
65
.discoverHeaderImage {
height: 3vh;
float: left;
padding-right: 1vw;
}
.discoverHeaderText {
float: left;
padding-top: 0.4vh;
font-weight: bold;
}
header {
height: 3.1vh;
text-align: center;
}
footer {
position: fixed;
width: calc(100% - 4px);
margin: none;
margin-bottom: 0px;
padding-bottom: 1vh;
background-color: var(--secondaryBackgroundColour);
height: 3.1vh;
left: 0;
bottom: 0;
}
body {
overflow: hidden;
}
.creatorHolder {
display: table;
margin: 0 auto;
margin-top: 0.4vh;
font-weight: bold;
}
.fullscreen {
float: right;
top: 0vh;
right: 0.2vw;
}
.originalGame {
float: right;
top: 0vh;
right: 0.2vw;
}
.topOptions {
position: fixed;
top: 0;
right: 0;
float: right;
}
.randomChoice {
display: table;
margin: 0 auto;
position: relative;
margin-top: -0.5vh;
}