Chats: improve display of images, because we can

better-thread-display
Alex Gleason 2020-09-06 16:50:54 -05:00
rodzic 5aef50b89e
commit 49d2121017
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -326,13 +326,17 @@
} }
.chat-message .media-gallery { .chat-message .media-gallery {
height: 120px !important; height: auto !important;
margin: 4px 0 8px; margin: 4px 0 8px;
.spoiler-button { .spoiler-button {
display: none; display: none;
} }
&__preview {
background-color: transparent;
}
&__item-thumbnail img, &__item-thumbnail img,
&__item-thumbnail .still-image img { &__item-thumbnail .still-image img {
object-fit: contain; object-fit: contain;