]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix hashtag timeline on mobile
authorThibaut Girka <thib@sitedethib.com>
Wed, 16 Jan 2019 13:24:23 +0000 (14:24 +0100)
committerThibaut Girka <thib@sitedethib.com>
Wed, 16 Jan 2019 13:24:23 +0000 (14:24 +0100)
Port c5b8824a3e5fa43470d12c4ef96eda3e62e10436 to glitch-soc

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

index da50581fb2d3d8d78a1e148c114be66f95df8fd2..c8d144e5b1f1d52cd2f09e33020a86808660d8e8 100644 (file)
@@ -1044,10 +1044,6 @@ $small-breakpoint: 960px;
 
     .scrollable {
       height: 400px;
-
-      @media screen and (max-width: $column-breakpoint) {
-        height: 90vh;
-      }
     }
 
     p {
@@ -1274,8 +1270,7 @@ $small-breakpoint: 960px;
       }
 
       #mastodon-timeline {
-        display: block;
-        width: 100vw;
+        display: flex;
         height: 100vh;
         border-radius: 0;
       }