mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 12:35:59 +08:00
修改界面
似乎这里引入了一个逻辑判断错误,会导致打包之后的界面变宽变高。
This commit is contained in:
@@ -129,7 +129,7 @@ function Screen() {
|
||||
const isAuth = location.pathname === Path.Auth;
|
||||
const isMobileScreen = useMobileScreen();
|
||||
const shouldTightBorder =
|
||||
config.tightBorder && !isMobileScreen && !getClientConfig()?.isApp;
|
||||
config.tightBorder && !isMobileScreen && getClientConfig()?.isApp;
|
||||
|
||||
useEffect(() => {
|
||||
loadAsyncGoogleFont();
|
||||
|
Reference in New Issue
Block a user