mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
fix messed up typing row now that message row changed
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CkYFEA40.js"></script>
|
<script type="module" crossorigin src="/assets/index-BEDvTEJ5.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DSJcZoco.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-91zM9j6A.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { ChatIdentity, chatRowClass } from '../ChatMessageRow/index.jsx';
|
|||||||
|
|
||||||
export default function ChatTypingRow({ message }) {
|
export default function ChatTypingRow({ message }) {
|
||||||
return (
|
return (
|
||||||
<div className={`${chatRowClass(message)} italic opacity-80 border-slate-600/40 bg-slate-900/40`}>
|
<div className={`${chatRowClass(message)} !flex-row items-center italic opacity-80 border-slate-600/40 bg-slate-900/40`}>
|
||||||
<ChatIdentity message={message} />
|
<ChatIdentity message={message} />
|
||||||
<span className="text-slate-300">typing...</span>
|
<span className="text-slate-300">typing...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user