Increases the page view image width to 100%.
Perfect for portrait mode monitors.
AllPornComic wide page view - 24.1.2023, 12:50:26 by aroddo
Details
Authoraroddo
LicenseNo License
Categoryallporncomic.com
Created
Updated
Size415 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 AllPornComic wide page view - 24.1.2023, 12:50:26
@namespace github.com/openstyles/stylus
@version 1.0.0
@description 100% width on page views
@author Aroddo
==/UserStyle== */
@-moz-document url-prefix("https://allporncomic.com/porncomic/") {
@media (min-width: 768px){
.container, .container-md, .container-sm {
max-width: 100%;
}
}
}