Fixes YouTube Music's annoying margin issue for the album art on the Now Playing screen
Fix YouTube Music Album Art Margin by oRevived
Details
AuthoroRevived
LicenseMIT
Categoryhttps://music.youtube.com/*
Created
Updated
Size240 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fix YouTube Music Album Art Margin
@version 20230625.12.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://music.youtube.com/") {
#player {
margin: 55px !important;
}
}