Skip to content

Commit

Permalink
style: reduced margin between toolbar rows (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh authored Mar 23, 2024
1 parent 7550fc7 commit 8d2f97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Control/Playback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function MainControl() {
const nextMarker = useNextMarker();

return (
<div class="flex flex-col justify-center space-y-4">
<div class="flex flex-col justify-center space-y-2">
<div class="flex justify-center space-x-4">
<button
type="button"
Expand Down

0 comments on commit 8d2f97a

Please sign in to comment.