diff --git a/assets/goreportcard.css b/assets/goreportcard.css index f347674..0e28379 100644 --- a/assets/goreportcard.css +++ b/assets/goreportcard.css @@ -59,6 +59,10 @@ margin-top: 10px; cursor: pointer; } +.results-text .badge-col .tweet-button { + margin-top: 10px; + height: 20px; +} .menu-block.is-active { font-weight: bold; background: #f0f0f0; @@ -95,7 +99,7 @@ } #badge_dropdown { position: absolute; - top: 32px; + top: 40px; right: 0; width: 100%; max-width: 400px; diff --git a/templates/report.html b/templates/report.html index 9eb5db7..e794a7a 100644 --- a/templates/report.html +++ b/templates/report.html @@ -6,6 +6,7 @@ Go Report Card | Go project code quality report cards +