diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 456b151b2db..4c0b2d247d9 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -2,14 +2,15 @@ /* may not need this */ } -.time-gap { +.small-action { border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); color: lighten($primary, 50%); padding-bottom: 3px; text-transform: uppercase; font-weight: bold; } -.small-action.time-gap .topic-avatar { + +.small-action .topic-avatar { margin-top: 5px; } @@ -18,6 +19,11 @@ padding: 6px 0; } +.post-stream { + padding-bottom: 30px; +} + + span.badge-posts { margin-right: 5px; } @@ -511,21 +517,6 @@ span.highlighted { } } -.small-action .small-action-desc { - p { - padding-top: 0; - } - .custom-message { - margin-left: -40px; - } -} - -.small-action .topic-avatar { - padding: 0; - margin: 0; -} - - .gap.jagged-border { margin-left: -10px; margin-right: -10px;