Widescreen support for the F95Zone latest updates page
F95Zone latest updates widescreen by colombeen
Details
Authorcolombeen
LicenseNo License
Categoryf95zone.to
Created
Updated
Size716 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 F95Zone latest updates widescreen
@version 20240823.19.55
@namespace https://userstyles.world/user/colombeen
@description Widescreen support for the F95Zone latest updates page
@author colombeen
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://f95zone.to/sam/latest_alpha/") {
.p-nav-inner,
.notices--block,
.p-body-inner,
.pageContent
{
max-width: 100% !important;
}
main#latest-page_main-wrap
{
width: 100% !important;
}
div#latest-page_items-wrap_inner.resource-wrap-game.grid-normal,
div#latest-page_items-wrap_inner.resource-wrap-animation.grid-normal
{
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}
}