diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index e5ff07b7daf..dd4e81e0e48 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -342,6 +342,18 @@ span.highlighted { /* must render on top of topic-body + topic-meta-data, otherwise not tappable */ } +.small-action .topic-avatar { + display: flex; + align-self: stretch; + align-items: flex-start; + margin-right: 0; + float: unset; + height: auto; + .d-icon { + font-size: 1.8em; + } +} + .topic-meta-data { margin-left: 50px; font-size: var(--font-down-1);