Apply same margin-top across locales
This commit is contained in:
parent
45723a3ddc
commit
1967ad6ff6
1 changed files with 1 additions and 1 deletions
|
@ -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-6": rtl },
|
{ "mt-6": ltr || rtl },
|
||||||
)}
|
)}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue