From 88a46981a836ebf2e6d0c373a12d1b1971234982 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 3 Apr 2019 16:10:54 -0400 Subject: [PATCH] UX: Remove extra border on old mobile post notices --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 831e47b0ddc..173df3dafa7 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -478,4 +478,8 @@ span.highlighted { .post-notice { margin-bottom: 1em; + &.old { + border-top: none; + padding-top: 0; + } }