forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2975 from luckykong/patch-1
This commit is contained in:
commit
3e2c5af4b5
@ -129,7 +129,7 @@ function Screen() {
|
|||||||
const isAuth = location.pathname === Path.Auth;
|
const isAuth = location.pathname === Path.Auth;
|
||||||
const isMobileScreen = useMobileScreen();
|
const isMobileScreen = useMobileScreen();
|
||||||
const shouldTightBorder =
|
const shouldTightBorder =
|
||||||
config.tightBorder && !isMobileScreen && !getClientConfig()?.isApp;
|
config.tightBorder && !isMobileScreen && getClientConfig()?.isApp;
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
loadAsyncGoogleFont();
|
loadAsyncGoogleFont();
|
||||||
|
Loading…
Reference in New Issue
Block a user