* PLT-4855 (#4708) Fix overlapping emoji reactions * PLT-4855 (#4708) Add UI improvements * Fix merge fail
Этот коммит содержится в:
коммит произвёл
enahum
родитель
148fd01b54
Коммит
92b2810d84
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user