-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathwide-github.css
More file actions
86 lines (74 loc) · 3.2 KB
/
wide-github.css
File metadata and controls
86 lines (74 loc) · 3.2 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* 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;
}
/* New React layout (2025) */
/* Issues list page */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-Content-'] > div[class^='Box-sc-'] {
max-width: none;
}
/* Issues list page (July 2025) */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-'] {
max-width: none;
}
/* Issues list page (Feb 2026) */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane__'] {
max-width: none;
}
/* Issue page */
body:not(.wgh-disabled) .application-main 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;
}
/* Issue page (July 2025) */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='IssueViewer-module__issueViewerContainer-'] > div[class^='Box-sc-'] {
max-width: none;
}
/* Issue page (Jan 2026) */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='ContentWrapper-module__contentContainer--'] {
max-width: none;
}
/* Issue page (Feb 2026) */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-Content-'] {
max-width: none;
}
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='ContentWrapper-module__contentContainer__'] {
max-width: none;
}
/* New issue page */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='IssueCreatePage-module__createPaneContainer-'] {
max-width: none;
}
/* Commit list page */
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-PageLayoutWrapper-'] {
max-width: none;
}