diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 01860a04ce5..c2393b63f8c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -116,9 +116,18 @@ button { } .post-actions { - margin-left: 10px; - margin-top: 2px; display: inline-block; + width: 100%; +} + +.post-action { + float: right; + margin-right: 10px; + clear: right; +} + +.post-action .relative-date { + margin-left: 5px; } a.reply-to-tab { @@ -402,14 +411,7 @@ iframe { margin-top: -20px; } -.post-action { - float:right; - margin-right: 10px; -} -.post-action .relative-date { - margin-left: 5px; -} .deleted { background-color: scale-color($danger, $lightness: 75%);