diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index 6d255e9..d0c1a00 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -331,7 +331,7 @@ display: flex; flex-direction: column; gap: 0.75rem; - max-height: 500px; + max-height: 600px; overflow-y: auto; padding: 0.5rem 0; } @@ -428,6 +428,29 @@ color: #aaa; font-size: 0.75rem; } + + .chat-reactions { + display: flex; + flex-wrap: wrap; + gap: 0.3rem; + margin-top: 0.25rem; + padding: 0 0.5rem; + } + + .chat-reaction { + display: inline-flex; + align-items: center; + gap: 0.15rem; + padding: 0.1rem 0.35rem; + background: rgba(0,0,0,0.05); + border-radius: 10px; + font-size: 0.65rem; + color: #555; + } + + .chat-reaction-emoji { + font-size: 0.75rem; + }
@@ -592,10 +615,11 @@ {% if chat_enabled %}