Apply same margin-top across locales

This commit is contained in:
0x1eef 2024-07-20 15:30:51 -03:00
parent 45723a3ddc
commit 1967ad6ff6

View file

@ -25,7 +25,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
className={classNames(
"body stream scroll-y list-none p-0 m-0 h-5/6",
...className,
{ "mt-4": ltr, "mt-6": rtl },
{ "mt-6": ltr || rtl },
)}
ref={ref}
>