forgot to edit max h

This commit is contained in:
legop3
2025-11-24 03:44:14 -05:00
parent 82f1b71c26
commit a595d793d6
4 changed files with 5 additions and 5 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="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-dU53IKaa.js"></script> <script type="module" crossorigin src="/assets/index-CH6kgfTb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BhKzLrKY.css"> <link rel="stylesheet" crossorigin href="/assets/index-q_XWdgDK.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+1 -1
View File
@@ -50,7 +50,7 @@ export default function ModeGateOverlay() {
</div> </div>
You can use the chat from here though :3 You can use the chat from here though :3
{/* set max height of this box */} {/* set max height of this box */}
<div className='max-h-60 overflow-y-auto'> <div className='max-h-80 overflow-y-auto'>
<ChatPanel /> <ChatPanel />
<NicknameForm /> <NicknameForm />
</div> </div>