letter my box MORE

This commit is contained in:
legop3
2025-12-22 00:56:16 -05:00
parent 0ce6c05e05
commit 6f887b00f1
5 changed files with 6 additions and 6 deletions
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
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-DArhGeDQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D3XxObGc.css">
<script type="module" crossorigin src="/assets/index-Cy_belH_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BHiJvd47.css">
</head>
<body>
<div id="root"></div>
+2 -2
View File
@@ -177,8 +177,8 @@ function ChatOverlay() {
function FitViewportFrame({ children }) {
return (
<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">
{children}
<div className="relative w-full max-w-full" style={{ maxHeight: '100%', aspectRatio: '16 / 9' }}>
<div className="absolute inset-0 flex items-center justify-center">{children}</div>
</div>
</div>
);