更改SaaS

This commit is contained in:
Joxp 2024-10-22 23:01:09 +08:00
parent 9ba97c5602
commit a51104250f

View File

@ -198,8 +198,7 @@ function Screen() {
return ( return (
<div <div
className={`${styles.container} ${ className={`${styles.container} ${
shouldTightBorder ? styles["tight-container"] : styles.container shouldTightBorder ? styles["tight-container"] : styles["rtl-screen"]}`}
} ${getLang() === "ar" ? styles["rtl-screen"] : ""}`}
> >
{renderContent()} {renderContent()}
</div> </div>