Skip to content

curseforge.com make content use ALL screen area by osirisgothra

Details

Authorosirisgothra

LicenseShare Alike, Creative Commons

Categorycurseforge.com

Created

Updated

Size922 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Forces curseforge content pages to use the WHOLE screen.

Notes

This is an alternative to my other style that makes auto-sizes the file column which is meant for smaller screens that cant fit
filenames on the same line without overlapping content.

If you use a large wide screen, this is the style for you.
If you use a tiny screen, use my other curseforge style.

Both are meant to help with items that are too long that they use elipses (... replaces readable text)

Source code

/* ==UserStyle==
@name         curseforge.com make content use ALL screen area
@version      20230424.16.42
@namespace    ?
==/UserStyle== */

@-moz-document domain("curseforge.com") {
/*
curseforge.com make content use ALL screen width

by osirisgothra

The margin is there to prevent eye strain but you can set it to whatever you want below

This is an alternative to my other style that makes auto-sizes the file column which is meant for smaller screens that cant fit
filenames on the same line without overlapping content.

If you use a large wide screen, this is the style for you. 
If you use a tiny screen, use my other curseforge style

*/
div#__next div.container.project-page
{

	
	--margin-size: 6px;
	
	min-width: calc(100% - calc( var(--margin-size) * 2 )) !important;		
	margin-left: var(--margin-size) !important;	
	margin-right: var(--margin-size) !important;	
	margin-top: 0px;
	margin-bottom: 0px;
	
}
}

Reviews

No reviews yet.