about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-08-20 23:10:25 +0200
committerThibG <thib@sitedethib.com>2019-09-02 10:57:44 +0200
commitb30a7f5120d9805e1325e45da2a0d1a2db83533e (patch)
treea7a92d297d7a3681d9a3f0671cf0f976fde362f0 /app/javascript/flavours/glitch/styles/components/index.scss
parent34eff39936ba011aa7f58914d0fe8ca4d282bbfe (diff)
Fix trending hashtags spacing in single-column mode
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 85df8932a..5667a4511 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -847,7 +847,8 @@
 }
 
 .getting-started__wrapper,
-.getting_started {
+.getting_started,
+.flex-spacer {
   background: $ui-base-color;
 }
 
@@ -856,6 +857,10 @@
   overflow-y: auto;
 }
 
+.flex-spacer {
+  flex: 1 1 auto;
+}
+
 .getting-started {
   background: $ui-base-color;
   flex: 1 0 auto;