]> cat aescling's git repositories - mastodon.git/commitdiff
Fix trending hashtags spacing in single-column mode
authorThibaut Girka <thib@sitedethib.com>
Tue, 20 Aug 2019 21:10:25 +0000 (23:10 +0200)
committerThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 08:57:44 +0000 (10:57 +0200)
app/javascript/flavours/glitch/styles/components/index.scss

index 85df8932afe468dfdfcbf3c693f8d5ee0e77b1c1..5667a4511dfe091f5d9d36a485484d8efd59f2b0 100644 (file)
 }
 
 .getting-started__wrapper,
-.getting_started {
+.getting_started,
+.flex-spacer {
   background: $ui-base-color;
 }
 
   overflow-y: auto;
 }
 
+.flex-spacer {
+  flex: 1 1 auto;
+}
+
 .getting-started {
   background: $ui-base-color;
   flex: 1 0 auto;