diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index c119639a2..6011709cb 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -91,7 +91,8 @@ p { float: right; color: var(--black); font-size: 12px; - margin-top: 4px; + margin-top: auto; + margin-bottom: auto; } lite-youtube { @@ -129,7 +130,7 @@ lite-youtube { } .chat-message { - max-height: 30vh; + max-height: 50vh; overflow: auto; max-width: 80%; } diff --git a/files/templates/chat.html b/files/templates/chat.html index d38643bdf..5cd16b9ee 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -29,7 +29,7 @@ {% set mentioned = m and vlink in m['text_html'] or (quote_exists and messages[m['quotes']]['user_id'] == v.id) %}
-
+
- + {% if m %} {% if v.slurreplacer %} {{m['text_censored'] | safe}}