aboutsummaryrefslogtreecommitdiffstats
path: root/stylus
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-18 17:37:42 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-18 17:37:42 +0000
commitcb545061e4c4207667ca898c2dc21c35477987ee (patch)
treef163b8c64e4aa4e44d0b3397f3f7120b9b2eb7d5 /stylus
parentupdate (diff)
downloadscripts-cb545061e4c4207667ca898c2dc21c35477987ee.tar.gz
scripts-cb545061e4c4207667ca898c2dc21c35477987ee.zip
update
Diffstat (limited to 'stylus')
-rw-r--r--stylus/github_wide.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/stylus/github_wide.css b/stylus/github_wide.css
new file mode 100644
index 0000000..8f3cb2d
--- /dev/null
+++ b/stylus/github_wide.css
@@ -0,0 +1,21 @@
+@-moz-document domain("github.com") {
+ div.clearfix:nth-child(4) {
+ max-width: 97%;
+ width: 97%;
+ }
+
+ .markdown-body {
+ max-width: 97%;
+ width: 97%;
+ }
+
+ div.clearfix:nth-child(2) {
+ max-width: 97%;
+ width: 97%;
+ }
+
+ div.container-xl:nth-child(2) {
+ max-width: 97%;
+ width: 97%;
+ }
+}