Fix: Broadened CORS for production debugging and wake up server
This commit is contained in:
@ -110,7 +110,7 @@ body {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: var(--safe-area-top);
|
||||
padding-top: calc(v-bind("isSplashScreen || isAuthScreen ? '0px' : '64px'") + var(--safe-area-top));
|
||||
}
|
||||
|
||||
/* Global Utilities */
|
||||
|
||||
Reference in New Issue
Block a user