diff --git a/Changelog.md b/Changelog.md index 958051538..ecdf24b5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -91,6 +91,7 @@ This is disabled by default since it requires the installation of additional pac * More robust URL parsing for oEmbed and OpenGraph [#5347](https://github.com/diaspora/diaspora/pull/5347) * Fix Publisher doesn't expand while uloading images [#3098](https://github.com/diaspora/diaspora/issues/3098) * Drop unneeded and too open crossdomain.xml +* Fix hidden aspect dropdown on getting started page [#5407](https://github.com/diaspora/diaspora/pulls/5407) ## Features * Don't pull jQuery from a CDN by default [#5105](https://github.com/diaspora/diaspora/pull/5105) diff --git a/app/assets/stylesheets/getting-started.css.scss b/app/assets/stylesheets/getting-started.css.scss index d5817f94c..abce0a804 100644 --- a/app/assets/stylesheets/getting-started.css.scss +++ b/app/assets/stylesheets/getting-started.css.scss @@ -4,6 +4,10 @@ height: 50px; } + .well .media{ + overflow: visible; + } + .awesome { text-align: center;