diff --git a/app/assets/v2/css/bounty.css b/app/assets/v2/css/bounty.css index d131b23e886..f67db572d9a 100644 --- a/app/assets/v2/css/bounty.css +++ b/app/assets/v2/css/bounty.css @@ -49,7 +49,6 @@ body { height: 50px; margin: 0px auto; border-radius: 50px; - margin-top: 0px; } .invite-user .avatar { @@ -57,6 +56,12 @@ body { height: 5.5rem; } +#avatar_url .avatar { + width: 50px; + height: 50px; + border-radius: 50px; +} + .quote-container { width: 55%; z-index: 2; diff --git a/app/assets/v2/css/dashboard-vue-hackathon.css b/app/assets/v2/css/dashboard-vue-hackathon.css index 79fe59eaa24..a0e85653107 100644 --- a/app/assets/v2/css/dashboard-vue-hackathon.css +++ b/app/assets/v2/css/dashboard-vue-hackathon.css @@ -183,6 +183,10 @@ width: 100%; } +.tribes-logo.badge-secondary { + background-color: #fff; +} + #sponsor_sidebar { background-color: #F9F9F9; height: 100%; diff --git a/app/dashboard/templates/dashboard/index-vue.html b/app/dashboard/templates/dashboard/index-vue.html index 71de648bd0a..3c864a1e69b 100644 --- a/app/dashboard/templates/dashboard/index-vue.html +++ b/app/dashboard/templates/dashboard/index-vue.html @@ -653,7 +653,6 @@
Invite [[numUsers]] Users to the Bounty
> [[ sponsor.followed ? "following" : "follow" ]] -