This commit is contained in:
legop3
2026-06-19 21:58:58 -04:00
parent da1d4bf0d5
commit 8353d253ce
3 changed files with 11 additions and 11 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -78,7 +78,7 @@
<script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script>
<script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script>
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-aNbtNjD0.js"></script>
<script type="module" crossorigin src="/assets/index-N3rpNtli.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cxghvfjc.css">
</head>
<body>
+5 -5
View File
@@ -180,17 +180,17 @@ function BarcodeScanToast({ payload }) {
const label = payload?.label || payload?.code || 'unknown barcode';
return (
<div className="pointer-events-auto max-w-[80vw] rounded-md bg-neutral-800 px-1.5 py-0.5 text-[0.78rem] leading-tight text-slate-100">
<div className="pointer-events-auto max-w-[80vw] rounded-md bg-neutral-800 px-2 py-1 text-2xl leading-tight text-slate-100">
<style>
{`
@keyframes barcode-wiki-flat-flash {
0%, 100% {
background: rgb(14 165 233);
color: white;
background: rgb(233, 186, 14);
color: rgb(71, 144, 253);
}
50% {
background: rgb(226 232 240);
color: rgb(15 23 42);
background: rgb(125, 49, 255);
color: rgb(246, 250, 211);
}
}
`}