mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
corner...,
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="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-DxPd8pHQ.js"></script>
|
<script type="module" crossorigin src="/assets/index-BqqN7Hsr.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-C3xhm2jz.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-C3xhm2jz.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -690,7 +690,7 @@ export default function VideoTile({
|
|||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
{!noHud && showNotTurnNotice ? (
|
{!noHud && showNotTurnNotice ? (
|
||||||
<div className="pointer-events-none absolute right-1 top-1 z-40">
|
<div className="pointer-events-none absolute bottom-1 left-1 z-40">
|
||||||
<div
|
<div
|
||||||
className={`max-w-[18rem] rounded border ${
|
className={`max-w-[18rem] rounded border ${
|
||||||
noticeFlashActive
|
noticeFlashActive
|
||||||
|
|||||||
Reference in New Issue
Block a user