-
Notifications
You must be signed in to change notification settings - Fork 73
/
wide-github.css
41 lines (34 loc) · 1.3 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
/* General full-page container */
body:not(.wgh-disabled) .application-main .container-xl {
max-width: none !important;
}
/* General content sub-container */
body:not(.wgh-disabled) .application-main .container-lg {
max-width: none !important;
margin-left: 0px !important;
}
/* Repository home sidebar */
body:not(.wgh-disabled) .react-repos-overview-margin {
margin-right: 0;
}
/* Commit History and Branches page */
body:not(.wgh-disabled) #js-repo-pjax-container div[style^="--sticky-pane-height:"] > div[class^='Box-sc-']:first-child {
max-width: none;
}
/* Repository Tags page */
body:not(.wgh-disabled) .application-main .col-11 {
width: 100%;
}
/* Issue list Assignee alignment */
body:not(.wgh-disabled) #js-repo-pjax-container .js-issue-row .text-right {
max-width: 303px !important;
}
/* New React layout (2024) */
/* Issues list page */
body:not(.wgh-disabled) .application-main div[style^="--sticky-pane-height:"] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-']:nth-child(2) > div[class^='Box-sc-'] {
max-width: none;
}
/* Issue page */
body:not(.wgh-disabled) #js-repo-pjax-container div[data-target="react-app.reactRoot"] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] {
max-width: none;
}