Make the screenshots take 95% of the parent width
Full width screenshots by DarkionAvey

Details
AuthorDarkionAvey
LicenseNo License
Categoryfitgirl-repacks.site
Created
Updated
Size306 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("fitgirl-repacks.site") {
article p a img:not(.alignleft) {
width:95% !important;
}
}