mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
oops messed up order of
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user