-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (48 loc) · 746 Bytes
/
style.css
File metadata and controls
50 lines (48 loc) · 746 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
h1 {
margin: auto;
text-align: center;
}
#global-status {
margin: auto;
text-align: right;
}
nav {
display: flex;
padding: 0;
}
nav button {
flex: 1;
}
main .downloading li {
margin: 1em;
}
main .downloading li .item-head div {
height: 1.1em;
}
main .downloading li .item-head > div > :first-child {
float: left;
}
main .downloading li .item-head > div > :last-child {
float: right;
}
section.new-download,section.downloaded,section.deleted,section.setting {
display: none;
}
main .item-details .tab-header {
flex: 1;
}
main .item-details .tab-header ul {
padding: 0;
}
main .item-details .tab-page {
flex: 5;
}
main .item-details {
display: none;
}
footer {
position: absolute;
bottom: 0;
width: 99%;
text-align: center;
}