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