Skip to content

Commit

Permalink
fix: center playback sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cravend committed Apr 2, 2023
1 parent 14ff19e commit 41dd4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar/panels/Playback/PlaybackPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PlaybackPanel = ({ accessToken }: { accessToken: string }) => {
<h2 className="normal-case font-bold">Playback</h2>
<div className="divider" />
</div>
<div className="pt-8">
<div className="flex-grow flex flex-col justify-center">
<Player accessToken={accessToken} />
</div>
</div>
Expand Down

0 comments on commit 41dd4cd

Please sign in to comment.