]> cat aescling's git repositories - mastodon.git/commitdiff
change height on narrow view to take 100% of screen (#9781)
authorMateusz Bugowski <23140767+mbugowski@users.noreply.github.com>
Fri, 11 Jan 2019 07:30:19 +0000 (08:30 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 11 Jan 2019 07:30:19 +0000 (07:30 +0000)
* change height on narrow view to take 100% of screen

* add empty line before @media

app/javascript/styles/mastodon/about.scss

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