]> cat aescling's git repositories - mastodon.git/commitdiff
Hide "A look inside" in mobile layout on frontpage (#8044)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 17 Jul 2018 19:44:11 +0000 (21:44 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 19:44:11 +0000 (21:44 +0200)
app/javascript/styles/mastodon/about.scss

index 19e14fe95284d095176e6ada2bd0ca41290dc65b..fefb03407c9b10fd0bd2efda786784a25732ea5d 100644 (file)
@@ -923,7 +923,7 @@ $small-breakpoint: 960px;
     }
 
     @media screen and (max-width: $column-breakpoint) {
-      height: 90vh;
+      display: none;
     }
   }