Need a min height in case height is too small

This commit is contained in:
Lim Chee Aun 2023-02-19 01:39:27 +08:00
parent a77b96b171
commit 33afb081dd

View file

@ -625,6 +625,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
.media-container.media-eq1 { .media-container.media-eq1 {
/* LOL, this is madness, reading a value from the style attribute */ /* LOL, this is madness, reading a value from the style attribute */
height: auto; height: auto;
min-height: 160px;
max-height: max(160px, 50vh); max-height: max(160px, 50vh);
} }
.status-carousel.boosts-carousel { .status-carousel.boosts-carousel {