about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorBaptiste Gelez <baptiste@gelez.xyz>2019-05-05 00:07:15 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-05-05 01:07:15 +0200
commit21209c2b52d1ed1d1dee2dad2d725ffc7714701b (patch)
tree3b4efd0a7aa4b04def5a67f764df09f515af6b64 /app
parentf0865171fec447daae1e6d2eb162b3b7bfdfa85c (diff)
Make sure the instance banner is never cropped (#10702)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/widgets.scss1
1 files changed, 0 insertions, 1 deletions
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;