mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
更改SaaS
This commit is contained in:
parent
9ba97c5602
commit
a51104250f
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user