diff --git a/app/assets/javascripts/polyfills.js b/app/assets/javascripts/polyfills.js index 358a2134672..0fe25c8bdbc 100644 --- a/app/assets/javascripts/polyfills.js +++ b/app/assets/javascripts/polyfills.js @@ -1,6 +1,6 @@ /* eslint-disable */ -// Any IE only polyfill should be moved in discourse-internet-explorer plugin +// Any IE only polyfill should be moved in discourse-unsupported-browser plugin // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/flags#Polyfill // IE and EDGE diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 01fc70a2bb2..5b9cff00763 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -142,12 +142,6 @@ } } - .link-bottom-line { - .category-name { - margin-right: 12px; - } - } - .unread-indicator { &.read { display: none; diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss index c0ca9315100..b0588f35b58 100644 --- a/app/assets/stylesheets/common/base/crawler_layout.scss +++ b/app/assets/stylesheets/common/base/crawler_layout.scss @@ -11,6 +11,10 @@ body.crawler { box-sizing: border-box; } + .header-buttons { + display: none; + } + div#main-outlet { div.post { word-break: break-word; @@ -29,10 +33,6 @@ body.crawler { margin-top: 4em; } - .category-title { - color: $primary; - } - .discourse-tags { color: $primary-medium; } diff --git a/app/views/list/list.erb b/app/views/list/list.erb index 77bb68d2e4e..9fa5a1f034a 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -69,7 +69,9 @@ <% if (!@category || @category.has_children?) && t.category %> - <%= t.category.name %> + + <%= t.category.name %> + <% end %> <% if t.tags %> @@ -99,10 +101,10 @@ <% end %>