Skip to content

Condensed GitHub by ofek

Details

Authorofek

LicenseNo License

Categorygithub.com

Created

Updated

Size690 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a horizontal margin on GitHub except for Actions views

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           4/20/2023, 11:55:30 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp(".+github\\.com.*") {
    body{ max-width: 1280px !important; margin-right: auto !important; margin-left: auto !important; }
}
@-moz-document regexp(".+github\\.com[/].+[/].+[/](tree|blob)[/].+") {
    body{ max-width: 1720px !important; margin-right: auto !important; margin-left: auto !important; }
}

@-moz-document regexp(".+datadog.greenhouse\\.io[/]guides[/].+") {
    body{ max-width: 1280px !important; margin-right: auto !important; margin-left: auto !important; }
}

Reviews

No reviews yet.