bar fit screen

This commit is contained in:
legop3
2026-01-25 03:03:16 -05:00
parent b730c98704
commit 522ec335bf
5 changed files with 6 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
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-B0bpQQsv.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-gGdAzNSy.css">
<script type="module" crossorigin src="/assets/index-CMKeP3f0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-IVmd34AU.css">
</head>
<body>
<div id="root"></div>
+2 -2
View File
@@ -158,9 +158,9 @@ function SpectatorContent() {
? 'order-2 flex min-h-0 min-w-0 flex-1 flex-col gap-0.5 overflow-y-auto'
: 'order-1 flex min-h-0 min-w-0 flex-col gap-0.5 md:overflow-y-auto';
const sidebarClass = isPortraitLayout
? 'order-1 flex min-h-0 w-full items-stretch gap-0.5 overflow-x-auto border-b border-slate-800/60 bg-slate-950/90 p-0.5'
? 'order-1 grid w-full min-h-0 items-stretch gap-0.5 border-b border-slate-800/60 bg-slate-950/90 p-0.5 grid-cols-[minmax(0,1fr)_minmax(0,0.7fr)_minmax(0,1.9fr)_minmax(0,0.7fr)]'
: 'order-2 flex min-h-0 min-w-0 flex-col gap-0.5 border-l border-slate-800/60 bg-slate-950/90 md:h-full md:overflow-y-auto';
const topBarItemClass = isPortraitLayout ? 'min-w-[16rem] max-w-[22rem] flex-1' : '';
const topBarItemClass = isPortraitLayout ? '' : '';
const portraitItemHeight = isPortraitLayout ? 'h-64' : '';
return (