mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-12 14:16:12 +01:00
Fix trending hashtags spacing in single-column mode
This commit is contained in:
parent
34eff39936
commit
b30a7f5120
@ -847,7 +847,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.getting-started__wrapper,
|
.getting-started__wrapper,
|
||||||
.getting_started {
|
.getting_started,
|
||||||
|
.flex-spacer {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -856,6 +857,10 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-spacer {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.getting-started {
|
.getting-started {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user