diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 18d38827c..07fc8ef45 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -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; }