mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
dribbblish: add padding-right to playlist-extender header
This commit is contained in:
parent
0317602200
commit
55973829a4
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user