fix the >>>>>>>>>> issue

pull/221/head
Aevann 2024-01-07 02:35:12 +02:00
parent dfa687af2d
commit 9d9aaec625
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@ lite-youtube {
display: inline-block;
}
@media (min-width: 992px)
{
.chat-message {
max-width: calc(100vw - 400px);
}
}
.quotes {
max-width: 80%;
}