From 42729e6a27601044319f97f2d50e9e1edcb756b7 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 17 Feb 2020 13:00:31 -0500 Subject: [PATCH] Minor mobile alignment fixes --- app/assets/stylesheets/mobile/discourse.scss | 2 +- app/assets/stylesheets/mobile/topic-list.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; }