ploo spacing and bigger title

This commit is contained in:
legop3
2026-05-12 15:12:26 -04:00
parent 326208ed1d
commit a1a75a1cda
4 changed files with 14 additions and 6 deletions
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-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-DgXpu1o2.js"></script> <script type="module" crossorigin src="/assets/index-DxPd8pHQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-6rdN_Ndl.css"> <link rel="stylesheet" crossorigin href="/assets/index-C3xhm2jz.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+10 -2
View File
@@ -698,11 +698,19 @@ export default function VideoTile({
: 'border-amber-300/80 bg-black/75 text-amber-200' : 'border-amber-300/80 bg-black/75 text-amber-200'
} ${mobileHud ? 'px-2 py-1 text-[0.6rem]' : 'px-2.5 py-1.5 text-[0.72rem]'}`} } ${mobileHud ? 'px-2 py-1 text-[0.6rem]' : 'px-2.5 py-1.5 text-[0.72rem]'}`}
> >
<div className={noticeFlashActive ? 'font-semibold text-red-50' : 'font-semibold text-white'}> <div
className={
noticeFlashActive
? 'text-[0.82rem] font-semibold text-red-50'
: 'text-[0.82rem] font-semibold text-white'
}
>
Not your turn to drive! Not your turn to drive!
</div> </div>
{notTurnCountdownText ? ( {notTurnCountdownText ? (
<div className={noticeFlashActive ? 'text-red-100/95' : 'text-amber-100'}>{notTurnCountdownText}</div> <div className={noticeFlashActive ? 'text-red-100/95' : 'text-amber-100'}>
{notTurnCountdownText}
</div>
) : null} ) : null}
{showPreviewReason ? ( {showPreviewReason ? (
<div className={noticeFlashActive ? 'text-red-100/90' : 'text-amber-200/85'}> <div className={noticeFlashActive ? 'text-red-100/90' : 'text-amber-200/85'}>