fix chat getting toooo talll

This commit is contained in:
legop3
2025-11-24 02:50:17 -05:00
parent 59021281e9
commit 03ef441f1b
5 changed files with 10 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-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>
+6 -2
View File
@@ -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.