diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-18 17:37:42 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-18 17:37:42 +0000 |
commit | cb545061e4c4207667ca898c2dc21c35477987ee (patch) | |
tree | f163b8c64e4aa4e44d0b3397f3f7120b9b2eb7d5 /stylus | |
parent | update (diff) | |
download | scripts-cb545061e4c4207667ca898c2dc21c35477987ee.tar.gz scripts-cb545061e4c4207667ca898c2dc21c35477987ee.zip |
update
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/github_wide.css | 21 |
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%; + } +} |