diff options
author | Baptiste Gelez <baptiste@gelez.xyz> | 2019-05-05 00:07:15 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-05-05 12:29:06 +0200 |
commit | eef8802325d75b2668b131a765c5555f4be8c2ce (patch) | |
tree | dcb7769320c5a35b229ef579a20aa2fff209ea94 /app/javascript | |
parent | 832cf92c74925b91c315272846b13eee581f5238 (diff) |
[Glitch] Make sure the instance banner is never cropped
Port 21209c2b52d1ed1d1dee2dad2d725ffc7714701b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/widgets.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss index e736d7a7e..acaf5b024 100644 --- a/app/javascript/flavours/glitch/styles/widgets.scss +++ b/app/javascript/flavours/glitch/styles/widgets.scss @@ -4,7 +4,6 @@ &__img { width: 100%; - height: 167px; position: relative; overflow: hidden; border-radius: 4px 4px 0 0; |