fix "show more" on bigger scales

This commit is contained in:
Henry Jameson 2025-04-03 19:04:27 +03:00
commit 42cd7babdc

View file

@ -68,7 +68,7 @@
.media-body {
min-height: 0;
mask:
linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat,
linear-gradient(to top, white, transparent) bottom/100% 8em no-repeat,
linear-gradient(to top, white, white);
/* Autoprefixed seem to ignore this one, and also syntax is different */
@ -97,9 +97,9 @@
.tall-status-hider {
position: absolute;
height: 70px;
margin-top: 150px;
line-height: 110px;
height: 5em;
margin-top: 10em;
line-height: 8em;
z-index: 2;
}