forked from xthexder/wide-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwide-github.css
72 lines (66 loc) · 1.92 KB
/
wide-github.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
71
72
header .container,
header .container-lg {
max-width: none !important;
min-width: 980px;
}
#js-repo-pjax-container .container {
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
min-width: 980px;
}
.full-width .container {
padding-left: 0px !important;
padding-right: 0px !important;
}
/* New PR split diff */
.full-width .new-pr-form {
max-width: none !important;
}
/* Repository Issues */
#js-repo-pjax-container .repository-content .discussion-timeline { /* Issue body */
margin-left: -220px;
padding-left: 220px;
width: 100% !important;
}
#js-repo-pjax-container .repository-content .discussion-timeline::before { /* The vertical line running through the commit list on PRs and issues */
margin-left: 220px;
}
.repository-content .discussion-sidebar {
width: 200px !important;
}
.repository-content .timeline-new-comment { /* New Issue / issue comment form */
max-width: 100% !important;
}
.repository-content .inline-comments .comment-holder { /* Diff / code comments */
max-width: inherit !important;
}
.repository-content .inline-comments .inline-comment-form-container {
max-width: inherit !important;
}
.repository-content .inline-comments .inline-comment-form {
max-width: inherit !important;
}
.repository-content #all_commit_comments .commit-comments-heading,
.repository-content #all_commit_comments .comment-holder {
max-width: inherit !important;
}
/* Repository pulse page */
.repository-content .authors-and-code .section { /* Contributors bar graph */
width: 50%;
height: 180px;
}
.repository-content .authors-and-code .section svg {
height: 180px;
}
/* Repository graph page */
.repository-content .capped-card { /* Graph cards on contributors / graph list */
margin:10px 10px 0 0 !important;
}
/* Gists */
.gist-content-wrapper .container {
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
min-width: 980px;
}