fix chat-breaking quotes

pull/228/head
Aevann 2024-06-29 14:33:19 +03:00
parent 39585bcfe5
commit 6bfa25230a
2 changed files with 9 additions and 2 deletions

View File

@ -131,7 +131,7 @@ lite-youtube {
.chat-message {
max-height: 72dvh;
overflow: auto;
overflow: hidden;
max-width: 80%;
display: inline-block;
}
@ -139,7 +139,7 @@ lite-youtube {
@media (min-width: 992px)
{
.chat-message {
max-width: calc(100vw - 400px);
max-width: calc(70vw - 400px);
}
}

View File

@ -92,3 +92,10 @@ body > .container {
#orgy-file-container > iframe {
aspect-ratio: 16/9;
}
@media (min-width: 992px)
{
.chat-message {
max-width: calc(48vw - 400px);
}
}