mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Need a min height in case height is too small
This commit is contained in:
parent
a77b96b171
commit
33afb081dd
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
.media-container.media-eq1 {
|
||||
/* LOL, this is madness, reading a value from the style attribute */
|
||||
height: auto;
|
||||
min-height: 160px;
|
||||
max-height: max(160px, 50vh);
|
||||
}
|
||||
.status-carousel.boosts-carousel {
|
||||
|
|
Loading…
Reference in a new issue