Some images are just… too high

This commit is contained in:
Lim Chee Aun 2022-12-30 13:37:59 +08:00
parent 123d2469f6
commit a409ff6712

View file

@ -291,7 +291,8 @@
} }
.status.large :is(.media-container, .media-container.media-gt2) { .status.large :is(.media-container, .media-container.media-gt2) {
height: auto; height: auto;
max-height: 80vh; min-height: 160px;
max-height: 50vh;
} }
.status .media { .status .media {
border-radius: 8px; border-radius: 8px;