From: Thibaut Girka Date: Fri, 16 Nov 2018 10:52:57 +0000 (+0100) Subject: Fix composer not displaying on iPad X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a77ee0bb6dcafffebc55db145ef4bac8038ae2a1;p=mastodon.git Fix composer not displaying on iPad --- diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index bf9962add..a5c9d0130 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -43,8 +43,7 @@ position: relative; flex-direction: column; padding: 0; - width: 100%; - height: 100%; + flex-grow: 1; background: lighten($ui-base-color, 13%); overflow-x: hidden; overflow-y: auto;