Skip to content

SteamUnlocked Grid view by pmint05

Screenshot of SteamUnlocked Grid view

Details

Authorpmint05

LicenseNo License

Categorysteamunlocked.net

Created

Updated

Size597 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

as title

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           6/24/2023, 4:31:22 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("steamunlocked.net") {
	.cover-items {
		display: grid;
		grid-template-columns: repeat(3, 280px);
		gap: 8px;
	}
	.cover-items .cover-item {
		width: 100%;
		background-color: #111;
		margin-bottom: 5px;
		text-align: center;
	}
	.cover-items .cover-item .cover-item-title a h1 {
		color: #eee !important;
	}
	.container.boxed {
		margin: 0 !important;
		width: 100%;
		flex: 1;
	}
}

Reviews

No reviews yet.