Make the article reader 1000px wide
Wider Articles by colinbr96
Details
Authorcolinbr96
LicenseNo License
Categorygetpocket.com
Created
Updated
Size319 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 Wider Articles
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make the article reader 1000px wide
@author colinbr96
==/UserStyle== */
@-moz-document domain("getpocket.com") {
article.reader {
max-width: 1000px !important;
}
}