working on mobile scrollbar garbaoeage

This commit is contained in:
legop3
2026-05-10 01:16:14 -04:00
parent def38ad5a9
commit b2cae9bfa4
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@
13. add tool call embeds or something for the llm bot in discord, probably not in web ui
14. add discord bot typing thing for when someone requests a replay
15. change replay title for ones requested from discord, something other than "requester driving rover"
16. better quickstart guide, something better than just a big list of controls. help overlay sucks i think.
# relative pipe dreams:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-D8G6mAM9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CGvUXLso.css">
<script type="module" crossorigin src="/assets/index-Dt4-1xEp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-G6nhQ4vQ.css">
</head>
<body>
<div id="root"></div>
@@ -7,7 +7,7 @@ export default function FloatingFullscreenButton({ side = 'right', onClick }) {
<button
type="button"
onClick={onClick}
className={`fixed bottom-2 ${sideClass} z-30 flex h-10 w-10 items-center justify-center rounded-full border border-cyan-200/50 bg-slate-900/70 text-cyan-100 shadow-lg backdrop-blur-sm transition hover:bg-slate-800/80 active:scale-95`}
className={`fixed bottom-2 ${sideClass} z-30 flex h-10 w-10 items-center justify-center rounded-full border border-slate-700 bg-black text-slate-200 transition hover:bg-zinc-900 active:scale-95`}
aria-label="Enter fullscreen"
title="Enter fullscreen"
>