diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-08-20 23:10:25 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-09-02 10:57:44 +0200 |
commit | b30a7f5120d9805e1325e45da2a0d1a2db83533e (patch) | |
tree | a7a92d297d7a3681d9a3f0671cf0f976fde362f0 /app | |
parent | 34eff39936ba011aa7f58914d0fe8ca4d282bbfe (diff) |
Fix trending hashtags spacing in single-column mode
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 7 |
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; |