Skip to content

Redgifs scroll mode by hdyzen

Details

Authorhdyzen

LicenseMIT

Categoryredgifs

Created

Updated

Size784 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Scroll mode in redgifs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Redgifs scroll mode
@namespace      https://userstyles.world/user/hdyzen
@version        1.0
@description    Scroll mode in redgifs
@author         hdyzen
==/UserStyle== */
@-moz-document domain("redgifs.com") {
	.topNav, .ApplicationFooter {
		display: none !important;
	}
	.tabs {
		max-height: 36px !important;
		margin: 6px !important;
	}
	.Player {
		height: 100vh !important;
		max-height: unset !important;
		margin: 0 !important;
		margin-bottom: 5px !important;

		&:first-child {
			height: calc(100vh - 50px) !important;
		}
	}
	.previewFeed {
		max-width: unset !important;
		> :not(.Player) {
			display: none !important;
		}
	}
	.page, .routeWrapper {
		width: 100% !important;
		max-width: unset !important;
		margin: 0 !important;
	}
}

Reviews

No reviews yet.