Skip to content

[fix] Steam max news width by tutah1

Screenshot of [fix] Steam max news width

Details

Authortutah1

LicenseNo License

Categoryhttps://steamcommunity.com/app/629730/allnews/

Created

Updated

Size603 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tiny style that removes half-screen sized padding from left and right to the news window. Now you can use whole screen for reading

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Steam max news width
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://steamcommunity.com/app/") {
	div[class*=".apppartnereventspage_PartnerEvent"] {
		max-width: none!important
	}
	
	div[class*="apppartnereventspage_ControlSection"] div[class*="apppartnereventspage_ControlSectionWidth"]
	{
		margin-left: auto;
		margin-right: 10px;
		width: 50px;
	}
	
	div[class*="apppartnereventspage_AppPartnerEventsContainer"]
	{
		padding-right: 55px;
	}
}

Reviews

No reviews yet.