Adjust margins
This commit is contained in:
parent
d6f83fffa7
commit
73347ef37a
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ export function Stream({
|
|||
return (
|
||||
<li
|
||||
key={ayah.id}
|
||||
className={classNames("ayah fade", { "mb-6": rtl, "mb-4": ltr })}
|
||||
className={classNames("ayah fade", { "mb-5": rtl, "mb-4": ltr })}
|
||||
>
|
||||
<span
|
||||
className={classNames("flex h-8 items-center", { "mb-2": rtl })}
|
||||
className={classNames("flex h-8 items-center")}
|
||||
>
|
||||
<AudioControl
|
||||
hidden={!(isPaused || endOfStream)}
|
||||
|
|
Loading…
Reference in a new issue