mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
maked it betters
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<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-BBUSDixK.js"></script>
|
<script type="module" crossorigin src="/assets/index-CgezuFMn.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DkBejE8J.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DkBejE8J.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -392,8 +392,8 @@ function HudOverlay({
|
|||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<div className="absolute left-1 top-1/2 flex -translate-y-1/2 flex-col gap-0.5 bg-black/70 px-1 py-0.75 text-[0.65rem] text-slate-100">
|
<div className="absolute left-1 top-1/2 flex -translate-y-1/2 flex-col gap-0.35 bg-black/70 px-1 py-0.35 text-[0.65rem] text-slate-100">
|
||||||
<div className="space-y-0.25">
|
<div className="space-y-0.1 leading-tight">
|
||||||
<span className="text-[0.6rem] uppercase tracking-wide text-slate-400">Telemetry</span>
|
<span className="text-[0.6rem] uppercase tracking-wide text-slate-400">Telemetry</span>
|
||||||
{telemetryEntries.map(([labelText, value]) => (
|
{telemetryEntries.map(([labelText, value]) => (
|
||||||
<span key={labelText} className="flex items-center justify-between gap-0.5">
|
<span key={labelText} className="flex items-center justify-between gap-0.5">
|
||||||
@@ -403,18 +403,18 @@ function HudOverlay({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
{showTopDown ? (
|
{showTopDown ? (
|
||||||
<div className="flex items-center justify-center">
|
<div className="flex items-center justify-center pt-0.25">
|
||||||
<div
|
<div
|
||||||
className="pointer-events-none rounded"
|
className="pointer-events-none rounded"
|
||||||
style={{
|
style={{
|
||||||
width: '160px',
|
width: '130px',
|
||||||
height: '160px',
|
height: '130px',
|
||||||
opacity: 0.8,
|
opacity: 0.9,
|
||||||
transform: 'scale(0.7)',
|
transform: 'scale(0.85)',
|
||||||
transformOrigin: 'top left',
|
transformOrigin: 'top left',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TopDownMap sensors={sensors} size={200} overlay />
|
<TopDownMap sensors={sensors} size={160} overlay />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user