diff --git a/OurUmbraco.Client/src/scss/sections/_contributors.scss b/OurUmbraco.Client/src/scss/sections/_contributors.scss index 81293943..fc617670 100644 --- a/OurUmbraco.Client/src/scss/sections/_contributors.scss +++ b/OurUmbraco.Client/src/scss/sections/_contributors.scss @@ -1,4 +1,18 @@ -.contributor { +#github-contributors { + &:not(.all) { + .contributor:nth-child(n+17) { + display: none; + } + } + &.all { + .button { display: none; } + } + .button { + margin: 20px auto; + } +} + +.contributor { margin-bottom: 15px; .avatar { diff --git a/OurUmbraco.Site/Views/Partials/Community/Scripts.cshtml b/OurUmbraco.Site/Views/Partials/Community/Scripts.cshtml index 34dfc1d5..ec839f2e 100644 --- a/OurUmbraco.Site/Views/Partials/Community/Scripts.cshtml +++ b/OurUmbraco.Site/Views/Partials/Community/Scripts.cshtml @@ -1,16 +1,20 @@