mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Support left to right in language arabic
This commit is contained in:
		@@ -567,3 +567,7 @@
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.rtl-screen{
 | 
			
		||||
  direction: rtl;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -15,6 +15,8 @@ import dynamic from "next/dynamic";
 | 
			
		||||
import { Path, SlotID } from "../constant";
 | 
			
		||||
import { ErrorBoundary } from "./error";
 | 
			
		||||
 | 
			
		||||
import { getLang } from "../locales";
 | 
			
		||||
 | 
			
		||||
import {
 | 
			
		||||
  HashRouter as Router,
 | 
			
		||||
  Routes,
 | 
			
		||||
@@ -124,7 +126,7 @@ function Screen() {
 | 
			
		||||
          config.tightBorder && !isMobileScreen
 | 
			
		||||
            ? styles["tight-container"]
 | 
			
		||||
            : styles.container
 | 
			
		||||
        }`
 | 
			
		||||
        } ${getLang() === "ar" ? styles["rtl-screen"] : ""}`
 | 
			
		||||
      }
 | 
			
		||||
    >
 | 
			
		||||
      {isAuth ? (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user