]> cat aescling's git repositories - mastodon.git/commitdiff
Fix composer not displaying on iPad
authorThibaut Girka <thib@sitedethib.com>
Fri, 16 Nov 2018 10:52:57 +0000 (11:52 +0100)
committerThibG <thib@sitedethib.com>
Fri, 16 Nov 2018 14:04:32 +0000 (15:04 +0100)
app/javascript/flavours/glitch/styles/components/drawer.scss

index bf9962add44f9c5943cdd137386d97c000328421..a5c9d013031933bdfef42dcc14ae1cebc0bcd220 100644 (file)
@@ -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;
This page took 0.026906 seconds and 3 git commands to generate.