fix(sidepnel): Add margin between task and playing song

This commit is contained in:
YadPe
2021-04-09 19:08:58 +02:00
parent 63e3af97d1
commit bbac15421d
@@ -98,6 +98,7 @@ const useStyle = createUseStyles({
width: '80px',
height: '1px',
backgroundColor: 'rgba(255,255,255, 0.05)',
margin: '5px 0',
},
});