diff --git a/app/soapbox/features/about/index.js b/app/soapbox/features/about/index.js index b6892fdfc..d2abde9f4 100644 --- a/app/soapbox/features/about/index.js +++ b/app/soapbox/features/about/index.js @@ -72,14 +72,14 @@ class AboutPage extends ImmutablePureComponent { {' '} ); + console.log(slug, page); return (
diff --git a/app/styles/about.scss b/app/styles/about.scss index 39ce9cd54..09ffe78d9 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -360,7 +360,24 @@ $fluid-breakpoint: $maximum-width + 20px; } .also-available { - margin-top: 0; + padding-top: 0; + + ul { + display: inline; + padding-left: 0; + list-style: none; + + li { + display: inline; + &::after { + content: ' ยท '; + } + } + + li:last-child::after { + content: ''; + } + } } .public-layout {