forked from xthexder/wide-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwide-github.css
54 lines (50 loc) · 1.86 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
body:not(.wgh-disabled) .application-main .container {
width: auto !important;
padding-left: 16px !important;
padding-right: 16px !important;
margin-left: 0px !important;
min-width: 980px;
}
body:not(.wgh-disabled) .application-main .container-lg,
body:not(.wgh-disabled) .footer.container-lg {
max-width: none !important;
margin-left: 0px !important;
}
/* Floating PR toolbar */
body:not(.wgh-disabled) .pr-toolbar {
margin-left: -16px !important;
margin-right: -16px !important;
padding-left: 16px !important;
padding-right: 16px !important;
}
/* Repository Issues */
body:not(.wgh-disabled) #js-repo-pjax-container .repository-content .discussion-timeline { /* Issue body */
width: 100% !important;
}
body:not(.wgh-disabled) .repository-content .timeline-new-comment { /* New Issue / issue comment form */
max-width: 100% !important;
}
body:not(.wgh-disabled) .repository-content .inline-comments .comment-holder, /* Diff / code comments */
body:not(.wgh-disabled) .repository-content .inline-comments .inline-comment-form-container,
body:not(.wgh-disabled) .repository-content .inline-comments .inline-comment-form,
body:not(.wgh-disabled) .repository-content #all_commit_comments .commit-comments-heading,
body:not(.wgh-disabled) .repository-content #all_commit_comments .comment-holder {
max-width: inherit !important;
}
/* Repository graph page */
body:not(.wgh-disabled) .repository-content .capped-card-content { /* Graph cards on contributors / graph list */
width: 100% !important;
}
/* Gists */
body:not(.wgh-disabled) .gist-content-wrapper .container {
width: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
min-width: 980px;
}
body:not(.wgh-disabled) .gist-content-wrapper .container-lg {
max-width: none !important;
}
body:not(.wgh-disabled) .gist-content-wrapper .container-lg .h-card {
width: 253px !important;
}