backgrounding

This commit is contained in:
legop3
2026-05-17 21:47:03 -04:00
parent 03bf356de2
commit e05f1fb4a7
4 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
+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="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CGtfPaCb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-57OQQPV8.css">
<script type="module" crossorigin src="/assets/index-DQrF-vew.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BEAfSYr2.css">
</head>
<body>
<div id="root"></div>
@@ -49,7 +49,7 @@ function ManualDockAssistOverlay({ mobileHud = false }) {
{popupMessage ? (
<div className="absolute inset-0 flex items-center justify-center">
<div
className={`rounded-xl border border-indigo-200/90 bg-indigo-950/98 px-4 py-2 text-center font-semibold text-indigo-50 shadow-2xl ${
className={`rounded-xl border border-indigo-200/95 bg-black/92 px-4 py-2 text-center font-semibold text-indigo-50 shadow-2xl ${
mobileHud ? 'text-lg' : 'text-2xl'
}`}
>
@@ -58,7 +58,7 @@ function ManualDockAssistOverlay({ mobileHud = false }) {
</div>
) : (
<div
className={`absolute right-2 top-1/2 -translate-y-1/2 rounded-lg border px-2 py-1 font-semibold shadow-lg ${toneClass} ${
className={`absolute right-2 top-1/2 -translate-y-1/2 rounded-lg border bg-black/88 px-2 py-1 font-semibold shadow-lg ${toneClass} ${
mobileHud ? 'text-[0.65rem]' : 'text-xs'
}`}
>