diff --git a/ui/colony/src/App.tsx b/ui/colony/src/App.tsx
index b5346d3..4e06a10 100644
--- a/ui/colony/src/App.tsx
+++ b/ui/colony/src/App.tsx
@@ -121,7 +121,7 @@ export default function App() {
-
+
=
diff --git a/ui/colony/src/components/ComposeBox.tsx b/ui/colony/src/components/ComposeBox.tsx
index 01c9bb2..3ebefbf 100644
--- a/ui/colony/src/components/ComposeBox.tsx
+++ b/ui/colony/src/components/ComposeBox.tsx
@@ -71,8 +71,8 @@ export function ComposeBox({
return (
{/* Reply chip */}
{replyTo && (
@@ -89,21 +89,12 @@ export function ComposeBox({
)}
-
- {/* Type prefix — click to cycle */}
-
-
- {/* Auto-growing textarea — no send button */}
+ {/* Floating input container */}
+
);
diff --git a/ui/colony/src/components/MessageItem.tsx b/ui/colony/src/components/MessageItem.tsx
index cbeed0b..410228b 100644
--- a/ui/colony/src/components/MessageItem.tsx
+++ b/ui/colony/src/components/MessageItem.tsx
@@ -66,7 +66,7 @@ export function MessageItem({ message, replyTarget, onReply }: Props) {
)}
-
+
{/* Header */}
{/* Name */}