diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js
index f34ac6b8aa..97c726f627 100644
--- a/app/javascript/mastodon/features/getting_started/index.js
+++ b/app/javascript/mastodon/features/getting_started/index.js
@@ -126,34 +126,36 @@ export default class GettingStarted extends ImmutablePureComponent {
}
-
- {!multiColumn && }
- {navItems}
-
+
+
+ {!multiColumn && }
+ {navItems}
+
- {!multiColumn &&
}
+ {!multiColumn &&
}
-
-
- - ·
- {invitesEnabled && - ·
}
- {multiColumn && - ·
}
- - ·
- - ·
- - ·
- - ·
- - ·
- - ·
-
-
+
);
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index db9c166a29..c2965a5d7e 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2279,28 +2279,6 @@ a.account__display-name {
.getting-started {
color: $dark-text-color;
- p {
- color: $dark-text-color;
- font-size: 13px;
- margin-bottom: 20px;
-
- a {
- color: $dark-text-color;
- text-decoration: underline;
- }
- }
-
- a {
- text-decoration: none;
- color: $darker-text-color;
-
- &:hover,
- &:focus,
- &:active {
- text-decoration: underline;
- }
- }
-
&__footer {
flex: 0 0 auto;
padding: 10px;
@@ -2313,6 +2291,28 @@ a.account__display-name {
ul li {
display: inline;
}
+
+ p {
+ color: $dark-text-color;
+ font-size: 13px;
+ margin-bottom: 20px;
+
+ a {
+ color: $dark-text-color;
+ text-decoration: underline;
+ }
+ }
+
+ a {
+ text-decoration: none;
+ color: $darker-text-color;
+
+ &:hover,
+ &:focus,
+ &:active {
+ text-decoration: underline;
+ }
+ }
}
&__trends {