Increasing the width of content and comments on Habr
Wide-Habr by idma88
Details
Authoridma88
LicenseMIT
CategoryHabr
Created
Updated
Size585 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide-Habr
@namespace idma88.wide-habr
@description Increasing the width of content and comments on Habr
@author idma88 <idma88@yandex.ru> (https://github.com/idma88)
@homepageURL https://github.com/idma88/stylus-for-site/blob/master/wide-habr.styl
@preprocessor stylus
@version 1.0.3
@license MIT
==/UserStyle== */
.layout__cell, .tm-page-width, .tm-post-presenter {
max-width: 1464px !important;
}
.tm-article-presenter, .tm-article-presenter__footer, .tm-article-snippet__cover_cover {
max-width: none;
}