diff --git a/src/js/components/SurahStream/Stream.tsx b/src/js/components/SurahStream/Stream.tsx index 275ffc9..4f86200 100644 --- a/src/js/components/SurahStream/Stream.tsx +++ b/src/js/components/SurahStream/Stream.tsx @@ -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} >