mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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
|
||||
noWrap
|
||||
className="sidebar-playlist-item"
|
||||
pl="1rem"
|
||||
pos="relative"
|
||||
position="apart"
|
||||
sx={{
|
||||
|
|
@ -85,7 +86,7 @@ export const SidebarPlaylistList = ({ data }: SidebarPlaylistListProps) => {
|
|||
className="sidebar-playlist-name"
|
||||
component={Link}
|
||||
overflow="hidden"
|
||||
size="lg"
|
||||
size="md"
|
||||
sx={{
|
||||
color: 'var(--sidebar-fg) !important',
|
||||
cursor: 'default',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue