Enable one page view.
VIPU page zoom simple - Jan 2024 by xyz123456789
Details
Authorxyz123456789
LicenseNo License
Categoryotava.fi
Created
Updated
Size316 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 VIPU page zoom simple - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("otava.fi") {
.media.image.zoomable-image img {
width: auto !important;
}
}