Make GitHub Enterprise Server 3.x UI full-width. By default, the maximum width of the main content area is limited to 1012 pixels.
Full-width GitHub Enterprise Server 3 by les
Details
Authorles
LicenseGPL-3
Categorygithub.example.com
Created
Updated
Size385 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Complements my ultrawide monitor and tiling window manager setup nicely.
Replace github.example.com
with your actual GitHub Enterprise Server domain name.
Tested on GitHub Enterprise Server 3.2. YMMV.
Source code
/* ==UserStyle==
@name Full-width GHE 3.x
@description Make GitHub Enterprise Server 3.x UI full-width.
@version 0.1.0
@license GPL-3
@namespace les
==/UserStyle== */
/* Replace github.example.com with your actual GHE domain name. */
@-moz-document domain("github.example.com") {
.container-lg,
.container-xl {
max-width: 100% !important;
}
}