diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 8dc48ca97..3af7a1c90 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -88,10 +88,10 @@ p { .quote, .del { padding: 0 0.5rem !important; border: none !important; - float: right; color: var(--black); font-size: 12px; - margin-top: 4px; + margin-top: auto; + margin-bottom: auto; } lite-youtube { diff --git a/files/templates/chat.html b/files/templates/chat.html index f49bd9b2f..ee8c81c90 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) %}
-