mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
oops messed up order of
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
@@ -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