diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 6011709cb..c119639a2 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -91,8 +91,7 @@ p { float: right; color: var(--black); font-size: 12px; - margin-top: auto; - margin-bottom: auto; + margin-top: 4px; } lite-youtube { @@ -130,7 +129,7 @@ lite-youtube { } .chat-message { - max-height: 50vh; + max-height: 30vh; overflow: auto; max-width: 80%; } diff --git a/files/templates/chat.html b/files/templates/chat.html index 5cd16b9ee..d38643bdf 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}}