mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
fix chat getting toooo talll
This commit is contained in:
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
@@ -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-B4HXdpZh.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B5WmdT7o.css">
|
||||
<script type="module" crossorigin src="/assets/index-eGj9sa7D.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C-_PY498.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -49,8 +49,12 @@ export default function ModeGateOverlay() {
|
||||
<DiscordInviteButton text='Join our Discord server for updates!'/>
|
||||
</div>
|
||||
You can use the chat from here though :3
|
||||
<ChatPanel />
|
||||
<NicknameForm />
|
||||
{/* set max height of this box */}
|
||||
<div className='max-h-60 overflow-y-auto'>
|
||||
<ChatPanel />
|
||||
<NicknameForm />
|
||||
</div>
|
||||
|
||||
{/* <p className="text-xs text-slate-500">
|
||||
Your controls are paused until access is granted. You will automatically regain the interface once the mode
|
||||
changes or after a successful login.
|
||||
|
||||
Reference in New Issue
Block a user