Skip to content

curseforge 90% width on project page by radimous

Details

Authorradimous

LicenseMIT

Categoryhttps://www.curseforge.com/

Created

Updated

Size321 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

extends the cf page to better use screen space
intended for 1920x1080

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         curseforge 90% width on project page
@version      20230903.17.11
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.curseforge.com/") {
.project-page{
    max-width: 95%
}
#gtx-trans { 
    min-width: 0px ! important
}
.gtx-bubble{
    min-width: 0px ! important
}
}

Reviews

No reviews yet.