-
Notifications
You must be signed in to change notification settings - Fork 21
/
content-styles.css
106 lines (81 loc) · 2.15 KB
/
content-styles.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* A modification of styles by xthexder (https://github.com/xthexder) */
.container {
transition: width 0.2s;
}
.wide .container {
width: 90% !important;
min-width: 980px;
}
.wide .container-lg {
max-width: none !important;
}
.wide .repository-content {
width: 100% !important;
margin-right: auto !important;
}
.wide .repository-with-sidebar {
margin-left: 60px;
}
.wide .repository-with-sidebar.with-full-navigation {
margin-left: 190px;
}
.wide .repository-with-sidebar .repository-content {
margin-left: -60px;
}
.wide .repository-with-sidebar.with-full-navigation .repository-content {
margin-left: -190px;
}
.wide .split-diff .repository-with-sidebar {
padding-right: 0px !important;
}
.wide .split-diff .repository-with-sidebar .repository-sidebar {
margin-right: 0px !important;
}
.wide .repository-content .discussion-timeline {
width: calc(100% - 220px) !important;
}
.wide .repository-content .discussion-timeline .timeline-new-comment {
max-width: 100% !important;
}
.wide .repository-content .inline-comments .comment-holder {
max-width: none !important;
}
.wide .repository-content .inline-comments .inline-comment-form-container {
max-width: none !important;
}
.wide .repository-content .inline-comments .inline-comment-form {
max-width: none !important;
}
.wide .repository-content .boxed-group-inner .summary-stats {
display: table;
width: 100%;
}
.wide .repository-content .boxed-group-inner .summary-stats li {
width: 25% !important;
}
.wide .repository-content .authors-and-code .section {
width: 50%;
}
.wide .repository-content .authors-and-code .section svg {
width: 100%;
}
.wide .repository-content .capped-card {
margin: 10px 10px 0 0 !important;
}
.wide .repository-content .traffic-graph-stats .summary-stats {
display: table;
width: 100%;
}
.wide .repository-content .traffic-graph-stats .summary-stats li {
width: 50% !important;
}
/* Gists */
.wide .gist-with-sidebar .gist-content {
width: 100%;
}
.wide .gist-with-sidebar.with-full-navigation .gist-content {
width: calc(100% - 200px);
}
.wide .container-xl.clearfix.new-discussion-timeline.px-3.px-md-4.px-lg-5 {
max-width: 100%;
}