UI: Adjust styles for chat avatar and mention menu list (#4936)

This commit is contained in:
Alexander Zinchuk 2024-09-06 15:43:16 +02:00
parent 9d788a2fd2
commit b0239f1d43
2 changed files with 1 additions and 4 deletions

View File

@ -216,6 +216,7 @@
display: flex;
align-items: center;
z-index: var(--z-status);
overflow: visible !important;
}
.avatar-badge-wrapper {

View File

@ -12,10 +12,6 @@
.ListItem.chat-item-clickable {
margin: 0;
.ListItem-button {
border-radius: 0;
}
.info {
display: flex;
flex-direction: row;