dribbblish: add padding-right to playlist-extender header

This commit is contained in:
Luke-zhang-04 2021-05-19 10:34:51 -04:00
parent 0317602200
commit 55973829a4
No known key found for this signature in database
GPG Key ID: 61BCE27146B1B0B9
2 changed files with 6 additions and 2 deletions

View File

@ -1415,7 +1415,9 @@ button#player-button-repeat,
/* "Recommended Songs" header */
#playlist-extender .playlist-extender-content header {
padding-left: 52px; /* 52 matches the recommended songs playlist */
/* 52px will match the surrounding padding */
padding-left: 52px;
padding-right: 52px;
}
.SidebarListItemLink:before {

View File

@ -1506,7 +1506,9 @@ button#player-button-repeat,
/* "Recommended Songs" header */
#playlist-extender .playlist-extender-content header {
padding-left: 52px; /* 52 matches the recommended songs playlist */
/* 52px will match the surrounding padding */
padding-left: 52px;
padding-right: 52px;
}
.SidebarListItemLink:before {