Skip to content

Stack overflow focus, without sidebars by samuelryan

Details

Authorsamuelryan

LicenseNo License

Categorystackoverflow.com

Created

Updated

Size565 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes sidebars and widens main content

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Stack overflow focus, without sidebars
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes sidebars and widens main content
@author         Samuel Neff
==/UserStyle== */

@-moz-document domain("stackoverflow.com") {
    #left-sidebar {
        display: none;
    }
    #content {
        width: calc(100% - 82px);
    }
    #mainbar, .mainbar {
        width: calc(100% - var(--su-static24));
    }
    #sidebar {
        display: none;
    }   /* Insert code here... */
}

Reviews

No reviews yet.