diff --git a/app/soapbox/features/ui/components/features_panel.js b/app/soapbox/features/ui/components/features_panel.js new file mode 100644 index 0000000000..9dbba637d9 Binary files /dev/null and b/app/soapbox/features/ui/components/features_panel.js differ diff --git a/app/soapbox/pages/home_page.js b/app/soapbox/pages/home_page.js index eeeafede96..81f2c93e3b 100644 Binary files a/app/soapbox/pages/home_page.js and b/app/soapbox/pages/home_page.js differ diff --git a/app/styles/components/wtf-panel.scss b/app/styles/components/wtf-panel.scss index 37566af47a..a555e9490f 100644 --- a/app/styles/components/wtf-panel.scss +++ b/app/styles/components/wtf-panel.scss @@ -8,6 +8,10 @@ box-sizing: border-box; background: var(--foreground-color); + &:first-child { + margin-top: 0; + } + &:not(:last-of-type) { margin-bottom: 10px; } diff --git a/app/styles/donations.scss b/app/styles/donations.scss index b108949c1a..bb4798f1de 100644 --- a/app/styles/donations.scss +++ b/app/styles/donations.scss @@ -169,7 +169,7 @@ body.admin { } .funding-panel { - margin: 20px 0; + margin-top: 15px; strong { font-weight: bold;