summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorBjörn Roland <bjoernr-de@users.noreply.github.com>2016-12-20 15:46:10 +0100
committerenahum <nahumhbl@gmail.com>2016-12-20 11:46:10 -0300
commit92b2810d84bda78b87f23d5e3d8d04de1c3d9125 (patch)
tree6c347bcef349ef2acdf8342805ea06284a596b84 /webapp
parent148fd01b54776cf7814f2f2370c60e48058c48ec (diff)
downloadchat-92b2810d84bda78b87f23d5e3d8d04de1c3d9125.tar.gz
chat-92b2810d84bda78b87f23d5e3d8d04de1c3d9125.tar.bz2
chat-92b2810d84bda78b87f23d5e3d8d04de1c3d9125.zip
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
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_post.scss10
1 files changed, 2 insertions, 8 deletions
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;