Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示 (#796)
* Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示 * Fix lint * アカウントの一括取得数を制限 * ストリーミング対応 * Fix * Fix * Fix * Fix some problems * Fix
This commit is contained in:
parent
5dec110dec
commit
f14c2d3ada
10 changed files with 258 additions and 7 deletions
|
@ -10907,6 +10907,25 @@ noscript {
|
|||
&__wrapper {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
&__for_emoji_reaction {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
|
||||
.emoji {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
align-self: center;
|
||||
|
||||
img {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-group__avatar-group {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue