Skip to content

TSR - TMR - TTR Wide screen fix by superstarxalien

Details

Authorsuperstarxalien

LicenseWTFPL

Categoryspriters resource, models resource, textures resource, sounds resource

Created

Updated

Size620 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the pages for The Spriters Resource, The Models Resource, The Textures Resource, and The Sounds Resource on 1080p monitors with 125% DPI (and maybe more)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         TSR - TMR - TTR Wide screen fix
@version      20220412.18.07
@namespace    userstyles.world/user/superstarxalien
@description  Fixes the pages for The Spriters Resource, The Models Resource, The Textures Resource, and The Sounds Resource on 1080p monitors with 125% DPI (and maybe more)
@author       superstarxalien
@license      WTFPL
==/UserStyle== */

@-moz-document domain("spriters-resource.com"), domain("models-resource.com"), domain("textures-resource.com"), domain("sounds-resource.com") {
#content
{
    padding-left: 160px;
}

#nav
{
    position: absolute;
    z-index: 1;
}
}

Reviews

No reviews yet.