This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix trending hashtags spacing in single-column mode
closed-social-glitch-2
Thibaut Girka
5 years ago
committed by
ThibG
parent
34eff39936
commit
b30a7f5120
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
app/javascript/flavours/glitch/styles/components/index.scss
+ 6
- 1
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save