* 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;
|
min-width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-reaction-list {
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-reaction {
|
.post-reaction {
|
||||||
@include user-select(none);
|
@include user-select(none);
|
||||||
@include border-radius(3px);
|
@include border-radius(3px);
|
||||||
@@ -1282,6 +1278,8 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
padding: 0 4px 0 3px;
|
padding: 0 4px 0 3px;
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
|
||||||
.post-reaction__emoji {
|
.post-reaction__emoji {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -1296,10 +1294,6 @@
|
|||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& + & {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--current-user {
|
&--current-user {
|
||||||
.post-reaction__count {
|
.post-reaction__count {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user