From c025fcffa51efa4e220f4e59f4f45dddaf3f3cfd Mon Sep 17 00:00:00 2001 From: Vinoth Kanan Date: Wed, 15 Nov 2017 18:50:16 +0530 Subject: [PATCH] UX: Large image placeholder alignment fix --- app/assets/stylesheets/common/base/topic-post.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 7332575830..d887785750 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -334,7 +334,7 @@ blockquote > *:last-child { color: dark-light-choose($primary-low-mid, $secondary-high); } } - + .small-action.deleted { background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%); } @@ -444,6 +444,11 @@ a.mention, a.mention-group { font-size: 0.929em; font-style: italic; line-height: $base-line-height; + margin-bottom: 1px; + } + + > span.badge-notification { + vertical-align: unset; } } }