diff --git a/ui/src/App.css b/ui/src/App.css index 62c02e9..7061160 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -266,6 +266,17 @@ input, textarea { cursor: not-allowed; } +.reply-button { + background: none; + border: none; + cursor: pointer; + font-size: 0.8em; + opacity: 0.6; + padding: 2px 4px; + margin-top: 4px; + color: var(--color-reply-text); +} + .node-not-connected { position: fixed; top: 0; diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 58df932..49a33f8 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -979,15 +979,7 @@ function App() { {/* Reply button */}