mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
Merge pull request #273 from DuckerDuck/patch-1
[Dribbblish] Center background images of playlists in the sidebar
This commit is contained in:
commit
aa9b532e82
@ -1333,6 +1333,7 @@ button#player-button-repeat,
|
|||||||
width: var(--left-sidebar-item-height);
|
width: var(--left-sidebar-item-height);
|
||||||
height: var(--left-sidebar-item-height);
|
height: var(--left-sidebar-item-height);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@ -1332,6 +1332,7 @@ button#player-button-repeat,
|
|||||||
width: var(--left-sidebar-item-height);
|
width: var(--left-sidebar-item-height);
|
||||||
height: var(--left-sidebar-item-height);
|
height: var(--left-sidebar-item-height);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user