minor improvement to chat

pull/90/head
Aevann 2023-01-21 13:52:12 +02:00
parent 2b6778808a
commit 06bc0d4fdf
1 changed files with 8 additions and 0 deletions

View File

@ -130,3 +130,11 @@ lite-youtube {
.resizable>video {
max-height: 48vh!important;
}
img[alt^="![]("] {
height: 150px;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
object-position: left;
}