diff --git a/app/assets/javascripts/discourse/templates/user/user.hbs b/app/assets/javascripts/discourse/templates/user/user.hbs index bf7074dbdfa..3f8323efe46 100644 --- a/app/assets/javascripts/discourse/templates/user/user.hbs +++ b/app/assets/javascripts/discourse/templates/user/user.hbs @@ -5,7 +5,7 @@
-
+
{{#if number_of_flags_given}}
{{number_of_flags_given}} {{i18n user.staff_counters.flags_given}}
@@ -31,7 +31,7 @@
{{number_of_warnings}} {{i18n user.staff_counters.warnings_received}}
{{/if}}
-
+
{{bound-avatar model "huge"}} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 1ffac9265fd..c2f82954e5b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -37,10 +37,6 @@ h1 .topic-statuses .topic-status i { color: scale-color($primary, $lightness: 50%); } -.via-email .reply-to-tab { - padding: 13px 15px 5px; -} - .gutter { .reply-new { .discourse-no-touch & { diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index dc22e2845bf..e3ac208f716 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -182,8 +182,8 @@ } .about { - background-size: 1110px 250px; background-position: center center; + background-size: cover; width: 100%; margin-bottom: 10px; overflow: hidden;