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
+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 {