Skip to content

Commit

Permalink
center list items vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
rcc11 committed Mar 8, 2021
1 parent 2820528 commit b0ce20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/playlist/templates/list.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(data.sounds || Player.sounds).map(sound =>
`<div
class="${ns}-list-item ${ns}-row ${sound.playing ? 'playing' : ''}"
class="${ns}-list-item ${ns}-row ${sound.playing ? 'playing' : ''} ${ns}-align-center"
@click="playlist.handleSelect"
@dragstart="playlist.handleDragStart:passive"
@dragenter="playlist.handleDragEnter:prevent"
Expand Down

0 comments on commit b0ce20f

Please sign in to comment.