This commit is contained in:
legop3
2026-04-26 21:11:25 -04:00
parent 304c984423
commit f565d886a8
5 changed files with 9 additions and 8 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-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-wLjyvnCl.js"></script> <script type="module" crossorigin src="/assets/index-C8eHY4sq.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-pfHsbpoo.css"> <link rel="stylesheet" crossorigin href="/assets/index-CxK87LGk.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+5 -4
View File
@@ -129,10 +129,11 @@ export default function VipNeatoCard({
return ( return (
<section className={`surface text-sm text-slate-200 ${wrapClass}`}> <section className={`surface text-sm text-slate-200 ${wrapClass}`}>
<div className="grid gap-0.5"> <div className="grid gap-0.5">
<div className="grid grid-cols-[1fr_auto_1fr] items-center gap-0.5"> <div className="relative flex items-center justify-center min-h-[1.5rem]">
<div /> <p className="text-sm text-slate-100 text-center">Neato Controls</p>
<p className="text-sm text-slate-100 text-center">Neato</p> <span
<span className={`rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}> className={`absolute right-0 inline-flex w-auto rounded px-1 py-0.25 text-xs font-semibold ${metricToneClass(headerTone)}`}
>
{headerStatus} {headerStatus}
</span> </span>
</div> </div>