From: Baptiste Gelez Date: Sat, 4 May 2019 23:07:15 +0000 (+0100) Subject: Make sure the instance banner is never cropped (#10702) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=21209c2b52d1ed1d1dee2dad2d725ffc7714701b;p=mastodon.git Make sure the instance banner is never cropped (#10702) --- diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss index e736d7a7e..acaf5b024 100644 --- a/app/javascript/styles/mastodon/widgets.scss +++ b/app/javascript/styles/mastodon/widgets.scss @@ -4,7 +4,6 @@ &__img { width: 100%; - height: 167px; position: relative; overflow: hidden; border-radius: 4px 4px 0 0;