File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010@contributor Robert Laverty (https://github.com/roblav96)
1111@contributor Amir Meimari (https://github.com/amirmeimari)
1212@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13- @version 1.6.3
13+ @version 1.6.4
1414@homepageURL https://github.com/xthexder/wide-github
1515@supportURL https://github.com/xthexder/wide-github/issues
1616==/UserStyle== */
1717
1818@-moz-document regexp("^https://(?:gist\\.)?github\\.com/.*" ) {
1919
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- }
2720 body : not (.wgh-disabled ) .application-main .container-xl {
2821 max-width : none !important ;
2922 }
Original file line number Diff line number Diff line change 1212// @contributor Robert Laverty (https://github.com/roblav96)
1313// @contributor Amir Meimari (https://github.com/amirmeimari)
1414// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15- // @version 1.6.3
15+ // @version 1.6.4
1616// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
1717// @homepageURL https://github.com/xthexder/wide-github
1818// @supportURL https://github.com/xthexder/wide-github/issues
2222// ==/UserScript==
2323
2424var 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- "}" +
3225"body:not(.wgh-disabled) .application-main .container-xl {" +
3326 "max-width: none !important;" +
3427"}" +
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "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" ,
88 "icons" : {
99 "32" : " icons/icon32.png" ,
1010 "48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "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 " ,
77 "icons" : {
88 "32" : " icons/icon32.png" ,
99 "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- }
81body : not (.wgh-disabled ) .application-main .container-xl {
92 max-width : none !important ;
103}
You can’t perform that action at this time.
0 commit comments