Adjust margins

This commit is contained in:
0x1eef 2024-06-10 07:25:29 -03:00
parent cfc6cc16c8
commit 0be54156f8

View file

@ -25,7 +25,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
className={classNames( className={classNames(
"body stream scroll-y list-none p-0 m-0 h-5/6", "body stream scroll-y list-none p-0 m-0 h-5/6",
...className, ...className,
{ "mt-4": ltr, "mt-8": rtl }, { "mt-4": ltr, "mt-7": rtl },
)} )}
ref={ref} ref={ref}
> >
@ -33,7 +33,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
return ( return (
<li <li
key={ayah.id} key={ayah.id}
className={classNames("ayah fade", { "mb-8": rtl, "mb-4": ltr })} className={classNames("ayah fade", { "mb-7": rtl, "mb-4": ltr })}
> >
<span className={classNames("flex h-8 items-center", { "mb-2": rtl })}> <span className={classNames("flex h-8 items-center", { "mb-2": rtl })}>
<AudioControl <AudioControl