From 92b2810d84bda78b87f23d5e3d8d04de1c3d9125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Roland?= Date: Tue, 20 Dec 2016 15:46:10 +0100 Subject: PLT-4855 (#4708) Fix overlapping emoji reactions + UI improvements (#4783) * PLT-4855 (#4708) Fix overlapping emoji reactions * PLT-4855 (#4708) Add UI improvements * Fix merge fail --- webapp/sass/layout/_post.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 370e67729..bac0a2eee 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -1269,10 +1269,6 @@ min-width: 320px; } -.post-reaction-list { - height: 24px; -} - .post-reaction { @include user-select(none); @include border-radius(3px); @@ -1282,6 +1278,8 @@ font-size: 11px; height: 23px; padding: 0 4px 0 3px; + margin-right: 5px; + margin-bottom: 5px; .post-reaction__emoji { height: 16px; @@ -1296,10 +1294,6 @@ top: 3px; } - & + & { - margin-left: 5px; - } - &--current-user { .post-reaction__count { font-weight: 600; -- cgit v1.2.3-1-g7c22