mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
duh, tailwind..
This commit is contained in:
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
@@ -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="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-B9FTYMRe.js"></script>
|
<script type="module" crossorigin src="/assets/index-DnBbljZg.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BEAfSYr2.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DoX5VrTO.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ function ManualDockAssistOverlay({ mobileHud = false }) {
|
|||||||
{popupMessage ? (
|
{popupMessage ? (
|
||||||
<div className="absolute inset-0 flex items-center justify-center">
|
<div className="absolute inset-0 flex items-center justify-center">
|
||||||
<div
|
<div
|
||||||
className={`rounded-xl border border-indigo-200/95 bg-black/92 px-4 py-2 text-center font-semibold text-indigo-50 shadow-2xl ${
|
className={`rounded-xl border border-indigo-200/95 bg-black/95 px-4 py-2 text-center font-semibold text-indigo-50 shadow-2xl ${
|
||||||
mobileHud ? 'text-lg' : 'text-2xl'
|
mobileHud ? 'text-lg' : 'text-2xl'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
@@ -58,7 +58,7 @@ function ManualDockAssistOverlay({ mobileHud = false }) {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div
|
<div
|
||||||
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} ${
|
className={`absolute right-2 top-1/2 -translate-y-1/2 rounded-lg border bg-black/90 px-2 py-1 font-semibold shadow-lg ${toneClass} ${
|
||||||
mobileHud ? 'text-[0.65rem]' : 'text-xs'
|
mobileHud ? 'text-[0.65rem]' : 'text-xs'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user