File tree 5 files changed +5
-26
lines changed
5 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 10
10
@contributor Robert Laverty (https://github.com/roblav96)
11
11
@contributor Amir Meimari (https://github.com/amirmeimari)
12
12
@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13
- @version 1.6.3
13
+ @version 1.6.4
14
14
@homepageURL https://github.com/xthexder/wide-github
15
15
@supportURL https://github.com/xthexder/wide-github/issues
16
16
==/UserStyle== */
17
17
18
18
@-moz-document regexp("^https://(?:gist\\.)?github\\.com/.*" ) {
19
19
20
- body : not (.wgh-disabled ) .application-main .container {
21
- width : auto !important ;
22
- padding-left : 16px !important ;
23
- padding-right : 16px !important ;
24
- margin-left : 0px !important ;
25
- min-width : 980px ;
26
- }
27
20
body : not (.wgh-disabled ) .application-main .container-xl {
28
21
max-width : none !important ;
29
22
}
Original file line number Diff line number Diff line change 12
12
// @contributor Robert Laverty (https://github.com/roblav96)
13
13
// @contributor Amir Meimari (https://github.com/amirmeimari)
14
14
// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15
- // @version 1.6.3
15
+ // @version 1.6.4
16
16
// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
17
17
// @homepageURL https://github.com/xthexder/wide-github
18
18
// @supportURL https://github.com/xthexder/wide-github/issues
22
22
// ==/UserScript==
23
23
24
24
var styleSheet = "" +
25
- "body:not(.wgh-disabled) .application-main .container {" +
26
- "width: auto !important;" +
27
- "padding-left: 16px !important;" +
28
- "padding-right: 16px !important;" +
29
- "margin-left: 0px !important;" +
30
- "min-width: 980px;" +
31
- "}" +
32
25
"body:not(.wgh-disabled) .application-main .container-xl {" +
33
26
"max-width: none !important;" +
34
27
"}" +
Original file line number Diff line number Diff line change 3
3
4
4
"name" : " Wide GitHub" ,
5
5
"description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6
- "version" : " 1.6.3 " ,
7
- "version_name" : " 1.6.3 MV3" ,
6
+ "version" : " 1.6.4 " ,
7
+ "version_name" : " 1.6.4 MV3" ,
8
8
"icons" : {
9
9
"32" : " icons/icon32.png" ,
10
10
"48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change 3
3
4
4
"name" : " Wide GitHub" ,
5
5
"description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6
- "version" : " 1.6.3 " ,
6
+ "version" : " 1.6.4 " ,
7
7
"icons" : {
8
8
"32" : " icons/icon32.png" ,
9
9
"48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change 1
- body : not (.wgh-disabled ) .application-main .container {
2
- width : auto !important ;
3
- padding-left : 16px !important ;
4
- padding-right : 16px !important ;
5
- margin-left : 0px !important ;
6
- min-width : 980px ;
7
- }
8
1
body : not (.wgh-disabled ) .application-main .container-xl {
9
2
max-width : none !important ;
10
3
}
You can’t perform that action at this time.
0 commit comments