mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
tweak
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-fkeXPMDg.js"></script>
|
<script type="module" crossorigin src="/assets/index-BgiS2GCH.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-COtFQYoW.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-COtFQYoW.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -74,15 +74,16 @@ export default function DockAssistHUD({ sensors }) {
|
|||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{/* Dock icon: rounded pill-square with gentle bottom curve */}
|
{/* Dock icon: simple rounded square with soft bottom curve */}
|
||||||
<path
|
<path
|
||||||
d={`
|
d={`
|
||||||
M ${CX - 16} ${DOCK_Y - 4}
|
M ${CX - 16} ${DOCK_Y - 6}
|
||||||
Q ${CX - 12} ${DOCK_Y - 8} ${CX - 6} ${DOCK_Y - 8}
|
Q ${CX - 12} ${DOCK_Y - 10} ${CX - 6} ${DOCK_Y - 10}
|
||||||
L ${CX + 6} ${DOCK_Y - 8}
|
H ${CX + 6}
|
||||||
Q ${CX + 12} ${DOCK_Y - 8} ${CX + 16} ${DOCK_Y - 4}
|
Q ${CX + 12} ${DOCK_Y - 10} ${CX + 16} ${DOCK_Y - 6}
|
||||||
Q ${CX + 18} ${DOCK_Y + 16} ${CX} ${DOCK_Y + 26}
|
L ${CX + 16} ${DOCK_Y + 12}
|
||||||
Q ${CX - 18} ${DOCK_Y + 16} ${CX - 16} ${DOCK_Y - 4}
|
Q ${CX + 16} ${DOCK_Y + 22} ${CX} ${DOCK_Y + 24}
|
||||||
|
Q ${CX - 16} ${DOCK_Y + 22} ${CX - 16} ${DOCK_Y + 12}
|
||||||
Z
|
Z
|
||||||
`}
|
`}
|
||||||
fill="#0b1220"
|
fill="#0b1220"
|
||||||
|
|||||||
Reference in New Issue
Block a user