This makes sure the album artwork is properly centered and not inside the bottom bar.
YTM Padding Fix by bennett-sh
Details
Authorbennett-sh
LicenseMIT
Categorymusic.youtube.com
Created
Updated
Size210 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 YTM Padding Fix
@version 20230715.21.17
@namespace ?
==/UserStyle== */
@-moz-document domain("music.youtube.com") {
.av.ytmusic-player-page {
padding-bottom: 0px;
}
}