Skip to content

Wide habr by on_off

Screenshot of Wide habr

Details

Authoron_off

LicenseThe Unlicense

Categoryhabr.com

Created

Updated

Size918 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Unlimited content/comments width. Published just to save myself some time syncing, but you are welcome to use it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wide habr
@version      20211014.07.53
@namespace    userstyles.world/user/on_off
@description  Unlimited content/comments width. Published just to save myself some time syncing, but you are welcome to use it.
@author       on_off
@license      The Unlicense
==/UserStyle== */
@-moz-document domain("habr.com") {
    @media (min-width: 1024px) {
        .tm-page-width {
            padding: 0 72px;
            max-width: unset;
        }
    }

    .tm-article-comments,
    .tm-article-comments__article-snippet,
    .tm-article-sticky-panel__icons,
    .tm-article-presenter__footer,
    .tm-article__admin-icons,
    .tm-article-presenter,
    .tm-notice,
    .tm-editoral-subscription,
    .tm-page-article__additional-blocks,
    .tm-page-article__counters-panel,
    .tm-page-article__megapost-placeholder,
    .tm-article-snippet__cover_cover {
        max-width: unset;
    }
}

Reviews

No reviews yet.