diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars index 71e4ad35791..a38ced890f4 100644 --- a/app/assets/javascripts/discourse/templates/header.js.handlebars +++ b/app/assets/javascripts/discourse/templates/header.js.handlebars @@ -3,35 +3,6 @@ {{home-logo minimized=showExtraInfo}} - {{#if showExtraInfo}} -
-
- {{#if showStarButton}} - - {{/if}} -

- {{#if showPrivateMessageGlyph}} - {{fa-icon envelope}} - {{/if}} - {{#if topic.category.parentCategory}} - {{bound-category-link topic.category.parentCategory}} - {{/if}} - {{bound-category-link topic.category}} - {{#if topic.details.loaded}} - {{topic-status topic=topic}} - {{{topic.fancy_title}}} - {{else}} - {{#if topic.errorLoading}} - {{topic.errorTitle}} - {{else}} - {{i18n topic.loading}} - {{/if}} - {{/if}} -

-
-
- {{/if}} -
{{#unless currentUser}} {{#if showSignUpButton}} @@ -120,6 +91,36 @@ {{render "userDropdown"}}
+ + {{#if showExtraInfo}} +
+
+ {{#if showStarButton}} + + {{/if}} +

+ {{#if showPrivateMessageGlyph}} + {{fa-icon envelope}} + {{/if}} + {{#if topic.category.parentCategory}} + {{bound-category-link topic.category.parentCategory}} + {{/if}} + {{bound-category-link topic.category}} + {{#if topic.details.loaded}} + {{topic-status topic=topic}} + {{{topic.fancy_title}}} + {{else}} + {{#if topic.errorLoading}} + {{topic.errorTitle}} + {{else}} + {{i18n topic.loading}} + {{/if}} + {{/if}} +

+
+
+ {{/if}} + diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 6ed2b056ac2..87563cbc1ee 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -522,20 +522,7 @@ iframe { } .extra-info-wrapper { - float: left; - width: 78%; - - @media all and (max-width : 1080px) { - width: 75%; - } - - @media all and (max-width : 870px) { - width: 70%; - } - - @media all and (max-width : 725px) { - width: 61%; - } + overflow: hidden; .topic-statuses { i { color: $header_primary; }