File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const configuredMobileCompanionOrigin =
33
44export const MOBILE_COMPANION_ORIGIN =
55 configuredMobileCompanionOrigin || "https://nnnsmm.github.io/Launcherg-Mod/" ;
6- export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v17 " ;
6+ export const MOBILE_COMPANION_CLIENT_VERSION = "mobile-pwa-v18 " ;
77export const SKYWAY_CONNECT_ENDPOINT = "https://launcherg.ryoha.moe/connect" ;
88
99export type MobileCompanionUrlParams = {
Original file line number Diff line number Diff line change 13431343</main >
13441344
13451345<style >
1346+ :global(body ), :global(html ) {
1347+ overscroll-behavior-y : none ;
1348+ overflow : hidden ;
1349+ height : 100% ;
1350+ width : 100% ;
1351+ margin : 0 ;
1352+ padding : 0 ;
1353+ }
1354+
13461355 .mobile-shell {
13471356 position : fixed ;
13481357 top : 0 ;
13491358 left : 0 ;
13501359 right : 0 ;
13511360 bottom : 0 ;
1352- height : auto ;
1361+ height : 100 % ;
13531362 background : #151515 ;
13541363 color : white ;
13551364 display : flex ;
13561365 flex-direction : column ;
13571366 overflow : hidden ;
1367+ overscroll-behavior-y : none ;
13581368 max-width : 620px ;
13591369 margin : 0 auto ;
13601370 }
20542064 .bottom-nav {
20552065 width : 100% ;
20562066 height : 72px ;
2067+ flex-shrink : 0 ;
20572068 display : grid ;
20582069 grid-template-columns : repeat (3 , minmax (0 , 1fr ));
20592070 border-top : 1px solid rgb (255 255 255 / 0.1 );
You can’t perform that action at this time.
0 commit comments