Skip to content

Enhanced Spotify Cinema View by laurencew1

Details

Authorlaurencew1

LicenseNo License

Categoryspotify

Created

Updated

Size538 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Covers the video controls when not hovered, creating a larger player.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Enhanced Spotify Cinema View
@namespace      open.spotify.com
@version        1.0.0
@description    Covers the video controls when not hovered, creating a larger player.
@author         Laurence
==/UserStyle== */

@-moz-document url-prefix(https://open.spotify.com/) {

/* Cinema view mods */
#main > div > div:nth-child(3) > div {
	bottom: 0;
	z-index: 4;
	transition: bottom .5s;
}

/* Cinema view hover controls */
#main:hover > div > div:nth-child(3) > div {
	bottom: 90px;
}
	
}

Reviews

No reviews yet.