Skip to content

Steam Fixed Screenshot Container by blyad

Screenshot of Steam Fixed Screenshot Container

Details

Authorblyad

LicenseCC BY-NC-SA 4.0

Categorysteamcommunity

Created

Updated

Size762 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Valve can't in CSS ¯_(ツ)_/¯

Notes

Update 1 | 14.05.22

  • fixed container verticaly

Source code

/* ==UserStyle==
@name           Steam Fixed Screenshot Container
@namespace      sfsc
@version        1.0.1
@description    `Valve can't in CSS ¯\_(ツ)_/¯`
@author         blyad (https://github.com/blyad2137)
@license        CC BY-NC-SA 4.0
==/UserStyle== */

@-moz-document domain("steamcommunity.com"), domain("steampowered.com") {
#modalContent.modal_frame {
	min-height: 55vh !important;
	height: auto !important;
	min-width: 55vw !important;
}
iframe.modalContent_iFrame, div#modalContentFrameContainer {
	min-height: 55vh !important;
	min-width: 55vw !important;
}
.mediaTop .mediaSidebar {
	min-height: 100vh;
	min-width: 40vw;
}
.mediaTop {
	position: relative;
}
.mediaTop.withRightCol .actualmediactn {
	width: 66%;
}
}

Reviews

No reviews yet.