Add padding to playlist list items
This commit is contained in:
parent
3b7c6ce25e
commit
1bbdf09dcc
1 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ export const SidebarPlaylistList = ({ data }: SidebarPlaylistListProps) => {
|
||||||
<Group
|
<Group
|
||||||
noWrap
|
noWrap
|
||||||
className="sidebar-playlist-item"
|
className="sidebar-playlist-item"
|
||||||
|
pl="1rem"
|
||||||
pos="relative"
|
pos="relative"
|
||||||
position="apart"
|
position="apart"
|
||||||
sx={{
|
sx={{
|
||||||
|
@ -85,7 +86,7 @@ export const SidebarPlaylistList = ({ data }: SidebarPlaylistListProps) => {
|
||||||
className="sidebar-playlist-name"
|
className="sidebar-playlist-name"
|
||||||
component={Link}
|
component={Link}
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
size="lg"
|
size="md"
|
||||||
sx={{
|
sx={{
|
||||||
color: 'var(--sidebar-fg) !important',
|
color: 'var(--sidebar-fg) !important',
|
||||||
cursor: 'default',
|
cursor: 'default',
|
||||||
|
|
Reference in a new issue