From: mayaeh Date: Sun, 13 Mar 2022 14:01:30 +0000 (+0900) Subject: Changed to display the "Explore" in "Getting-Started" at all resolutions (#17762) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=71e7d384216a2300451bc6dc3b45f642e07298ef;p=mastodon.git Changed to display the "Explore" in "Getting-Started" at all resolutions (#17762) --- diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js index 2a3b7c33c..a9000a3d9 100644 --- a/app/javascript/mastodon/features/getting_started/index.js +++ b/app/javascript/mastodon/features/getting_started/index.js @@ -98,12 +98,22 @@ class GettingStarted extends ImmutablePureComponent { if (multiColumn) { navItems.push( , + ); + height += 34; + } + + navItems.push( + , + ); + height += 48; + + if (multiColumn) { + navItems.push( , , - , ); - height += 34 + 48*3; + height += 48*2; navItems.push( ,