mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
letter my box MORE
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DArhGeDQ.js"></script>
|
<script type="module" crossorigin src="/assets/index-Cy_belH_.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-D3XxObGc.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BHiJvd47.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -177,8 +177,8 @@ function ChatOverlay() {
|
|||||||
function FitViewportFrame({ children }) {
|
function FitViewportFrame({ children }) {
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full w-full items-center justify-center overflow-hidden bg-black">
|
<div className="flex h-full w-full items-center justify-center overflow-hidden bg-black">
|
||||||
<div className="max-h-full max-w-full w-full h-full flex items-center justify-center">
|
<div className="relative w-full max-w-full" style={{ maxHeight: '100%', aspectRatio: '16 / 9' }}>
|
||||||
{children}
|
<div className="absolute inset-0 flex items-center justify-center">{children}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user