fix "show more" on bigger scales
This commit is contained in:
parent
fd58f3b320
commit
42cd7babdc
1 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
.media-body {
|
.media-body {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
mask:
|
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);
|
linear-gradient(to top, white, white);
|
||||||
|
|
||||||
/* Autoprefixed seem to ignore this one, and also syntax is different */
|
/* Autoprefixed seem to ignore this one, and also syntax is different */
|
||||||
|
|
@ -97,9 +97,9 @@
|
||||||
|
|
||||||
.tall-status-hider {
|
.tall-status-hider {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 70px;
|
height: 5em;
|
||||||
margin-top: 150px;
|
margin-top: 10em;
|
||||||
line-height: 110px;
|
line-height: 8em;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue