port over the max-height thing to new chat

pull/90/head
Aevann 2023-01-21 13:12:15 +02:00
parent b82d74ac12
commit b49cc69108
2 changed files with 6 additions and 1 deletions

View File

@ -121,3 +121,8 @@ lite-youtube {
.quotes {
margin-top: 0.5rem;
}
.chat-message {
max-height: 40px;
overflow: scroll;
}

View File

@ -39,7 +39,7 @@
</a>
</div>
<span class="chat-message text-black text-break"></span>
<div class="chat-message text-black text-break"></div>
<span class="text d-none"></span>
{% if v.admin_level > 1 %}
<i class="btn del fas fa-trash-alt"></i>