-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathinfo.css
70 lines (70 loc) · 817 Bytes
/
info.css
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
66
67
68
69
70
body,
html {
width: 600px
}
.panel {
margin: 5px;
width: 500px
}
.panel-section-header {
width: 500px
}
#text-section-torrents-header {
width: 500px
}
span.identity {
width: 500px;
display: inline-block;
margin-left: 1em
}
figcaption {
display: inline-block
}
.section-header {
margin-bottom: 8px
}
p {
font-size: 12px
}
h1 {
font-size: 25px
}
h2,
h3 {
font-size: 18px
}
h4 {
font-size: 13px!important
}
#links .showhider {
font-size: 18px
}
#onboarding {
font-size: 2rem
}
img.readyness {
height: 2rem
}
#proxyUnready {
min-height: 2rem
}
#proxyReady {
min-height: 2rem
}
#consoleOn {
min-height: 2rem
}
#torrentpanel {
display: none
}
.torrent-progress {
width: 90%
}
.tabicon {
width: 32px
}
.application-info {
min-width: unset;
max-width: unset;
float: right
}