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

overflowing avatars in interactors section)
neckbeard
Henry Jameson 6 months ago
parent 472aad52e1
commit d02a15043e

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

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

Loading…
Cancel
Save