about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/about.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-01-16 14:24:23 +0100
committerThibaut Girka <thib@sitedethib.com>2019-01-16 14:24:23 +0100
commitad32896a936d8e427e419637ce0243be376a115c (patch)
tree834a1b36ce55fade2565b5a1a54262b67beadd65 /app/javascript/flavours/glitch/styles/about.scss
parentdbe311f0e97a79f7530c7fe10bcee8b9c70b9904 (diff)
[Glitch] Fix hashtag timeline on mobile
Port c5b8824a3e5fa43470d12c4ef96eda3e62e10436 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/about.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/about.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/javascript/flavours/glitch/styles/about.scss b/app/javascript/flavours/glitch/styles/about.scss
index da50581fb..c8d144e5b 100644
--- a/app/javascript/flavours/glitch/styles/about.scss
+++ b/app/javascript/flavours/glitch/styles/about.scss
@@ -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;
       }