]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] change height on narrow view to take 100% of screen
authorThibaut Girka <thib@sitedethib.com>
Sun, 13 Jan 2019 19:40:46 +0000 (20:40 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 13 Jan 2019 19:40:46 +0000 (20:40 +0100)
Port 11832460431bb6b3196daf17656c2cc76e8ae63d to glitch-soc

app/javascript/flavours/glitch/styles/about.scss

index f676a8c776fc7844a31aa9ecbae3fd03ba0c7b80..da50581fb2d3d8d78a1e148c114be66f95df8fd2 100644 (file)
@@ -1044,6 +1044,10 @@ $small-breakpoint: 960px;
 
     .scrollable {
       height: 400px;
+
+      @media screen and (max-width: $column-breakpoint) {
+        height: 90vh;
+      }
     }
 
     p {