-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (46 loc) · 662 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (46 loc) · 662 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
.lang-picker {
display: flex;
flex-direction: row;
}
.inline-opts > * {
margin-top: 0;
}
#q-button-row * {
margin-right: 4px;
margin-left: 4px;
}
#q-textfield {
display: flex;
flex-direction: row;
align-items: center;
}
#q-textfield * {
margin-top: 0;
}
#q-input {
flex-grow: 1;
margin-left: 16px;
margin-right: 16px;
}
#question {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
#result {
display: block;
margin-left: auto;
margin-right: auto;
}
#memeLoading {
text-align: center;
}
main * {
margin-top: 8px;
}
iframe {
width: 100vw;
border: none;
height: 50vh;
}