diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 730eee9fd9f..260f8d4b13f 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -95,7 +95,7 @@ blockquote { box-sizing: border-box; } - .expander .d-icon { + .expander > .d-icon { &:last-of-type { margin-left: auto; margin-right: 0; diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index c0e42a9be7b..5b6de216e5e 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -99,6 +99,7 @@ align-items: center; .d-icon { margin-left: 5px; + margin-right: 0; } } .drop { @@ -235,6 +236,7 @@ } tbody { + border-top: none; .category { border-left: 6px solid; }