diff --git a/app/assets/javascripts/discourse/templates/user/summary.hbs b/app/assets/javascripts/discourse/templates/user/summary.hbs index 065455510b6..0042f4ba923 100644 --- a/app/assets/javascripts/discourse/templates/user/summary.hbs +++ b/app/assets/javascripts/discourse/templates/user/summary.hbs @@ -1,19 +1,41 @@

{{i18n "user.summary.stats"}}

diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 91316490cae..0cdad179929 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -213,6 +213,17 @@ padding: 10px 14px; margin: 0 5px 10px 0; background: dark-light-diff($primary, $secondary, 90%, -65%); + + &.linked-stat { // This makes the entire "box" (the li) clickable instead of a narrow area. + padding: 0; + a { + padding: 10px 14px; + width: 100%; + height: 100%; + display: block; + color: black; + } + } } li:last-of-type {