Skip to content

Wide Modworkshop by User2137

Screenshot of Wide Modworkshop

Details

AuthorUser2137

Licensenone

Categorymodworkshop.net

Created

Updated

Code size585 B

Code checksumaaa814fe

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style to make modworkshop extend to whole screen

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Wide Modworkshop
@version      20250426.15.35
@namespace    ?
@description  Simple style to make modworkshop extend to whole screen
@license      none
==/UserStyle== */

@-moz-document domain("modworkshop.net") {
.mx-auto {
    width: 100% !important;
}
}

@-moz-document url-prefix("https://modworkshop.net/mod/") {
.mod-banner {
    height: 248px !important;
}
.mod-thumbnail {
    height: 248px !important;
    object-fit: contain;
}
}

@-moz-document url-prefix("https://modworkshop.net/g/") {
.overflow-y-scroll {
    max-height:100% !important;
}
}

Reviews

No reviews yet.