Ultrawide monitor support for Nexus Mods. With this style, you will see more items horizontally
Ultrawide monitor support for Nexus Mods by aaltulea
Details
Authoraaltulea
LicenseNo License
Categorynexusmods.com
Created
Updated
Size841 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 www.nexusmods.com
@version 20230924.13.46
@namespace userstyles.world/user/aaltulea
@description Ultrawide monitor support for Nexus Mods. With this style, you will see more items horizontally
@author aaltulea
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.nexusmods.com/") {
.wrapper {
max-width: 100%
}
ul.tiles li.mod-tile,
ul.game-tiles li.image-tile {
width: 200px;
max-width: 300px;
flex-grow: 1
}
.home-trending ul.tiles li.image-tile {
width: 50%;
max-width: 20%;
flex-grow: 1
}
@media (min-width: 1461px) {
#head .rj-header-wrap,
.rj-header-tray-wrap {
max-width: 98%
}
}
figure.image_figure .fore_div img{
width:100% !important;
height:100% !important
}
}