diff sat_templates/templates/bulma/static/chat.css @ 404:66f98ee041d8 default tip

chat: add UI for replies/threads: rel 457
author Goffi <goffi@goffi.org>
date Tue, 06 May 2025 00:37:41 +0200
parents 65c53ec5e777
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/chat.css	Fri Apr 11 21:32:05 2025 +0200
+++ b/sat_templates/templates/bulma/static/chat.css	Tue May 06 00:37:41 2025 +0200
@@ -251,3 +251,13 @@
     width: 9rem;
     height: 6rem;
 }
+
+
+/* Reply to indicator */
+#reply-to {
+    background-color: var(--message-background);
+    border-left: 4px solid #3273dc;
+    padding: 0.5rem;
+    margin-bottom: 1rem;
+    border-radius: 0.25rem;
+}