Fix reactions list layout

This commit is contained in:
Eduard Kuzmenko 2022-12-09 17:10:15 +04:00
parent 99bd6fbedf
commit 81fe3636be
1 changed files with 7 additions and 2 deletions

View File

@ -75,11 +75,16 @@
}
.reacted-list-reaction-icon {
display: flex;
width: var(--size);
height: var(--size);
position: absolute;
top: 50%;
right: 1rem;
transform: translateY(-50%);
position: relative;
display: flex;
}
.chatlist-chat {
padding-right: 3.25rem !important;
}
}