Makes all pages fit the screen correctly.
- WILL NOT WORK WITH LONG STRIP
AuthorRuuku420
Licensewtfpl
Categoryweebcentral
Created
Updated
Size334 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Makes all pages fit the screen correctly.
/* ==UserStyle==
@name weebcentral.com/chapters/01J76XZ8X23TR0JJKGJ5R2TV9Y
@version 20241226.19.28
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://weebcentral.com/chapters/") {
div > img {
max-width: 100%;
max-height: 100dvh;
width: auto;
height: auto;
}
#main-nav {
position: static !important;
}
}