fix two most annoying remaining bugs (incorrect hover in chats and

overflowing avatars in interactors section)
This commit is contained in:
Henry Jameson 2024-03-25 13:08:30 +02:00
parent 472aad52e1
commit d02a15043e
2 changed files with 1 additions and 4 deletions

View File

@ -9,10 +9,6 @@
outline: none;
}
&:hover {
box-shadow: var(--shadow);
}
.chat-list-item-left {
margin-right: 1em;
}

View File

@ -347,6 +347,7 @@
position: relative;
display: flex;
align-items: center;
overflow: hidden;
&::before {
content: "";