Don't limit 80px if more than 2 media

This commit is contained in:
Lim Chee Aun 2024-01-04 18:55:14 +08:00
parent 3d4ebb8abe
commit 848433365d

View file

@ -210,7 +210,7 @@
}
.status.small:not(.status-carousel .status, .status.large .status)
.status-card
:is(.content, .poll, .media-container) {
:is(.content, .poll, .media-container:not(.media-gt2)) {
max-height: 80px !important;
}
.status.large .status-card :is(.content, .poll, .media-container) {