oops messed up order of

This commit is contained in:
legop3
2026-06-07 12:36:29 -04:00
parent a7246120cb
commit 097d23dc66
4 changed files with 5 additions and 5 deletions
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="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-SVNrchEJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DgTvYo3x.css">
<script type="module" crossorigin src="/assets/index-CXr-XVVB.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DaajoH22.css">
</head>
<body>
<div id="root"></div>
+2 -2
View File
@@ -130,7 +130,7 @@ body {
remain usable on mobile while still allowing longer typed nicknames. */
flex: 0 0 5rem;
min-width: 0;
order: 2;
order: 1;
}
.chat-composer-input {
@@ -138,7 +138,7 @@ body {
remaining space, but the TTS controls no longer steal that row on mobile. */
flex: 1 1 0%;
min-width: 0;
order: 1;
order: 2;
}
.chat-composer-send {