Skip to content

Commit

Permalink
add gap to video buttons in reader
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Aug 18, 2024
1 parent e4e1104 commit 9dba7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/solid/organisms/Reader/Reader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Player: Component<{
disabled={!props.ready}
/>
{showYoutube() && (
<div class={"h-8 w-full flex"}>
<div class={"h-8 w-full flex gap-2"}>
<For each={props.youtube}>
{(link) => {
return <YoutubePlayButton type={"button"} class={"flex-1"} link={link} />;
Expand Down

0 comments on commit 9dba7af

Please sign in to comment.