feat: finish DM sidebar

This commit is contained in:
Twig 2025-07-10 23:12:44 +02:00
parent c9bea94ef8
commit 34976b4f50
No known key found for this signature in database
4 changed files with 34 additions and 40 deletions

View file

@ -24,7 +24,12 @@ const props = defineProps<{
margin-bottom: .5em;
gap: .5em;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.user-item:hover {
background-color: #00000020
}
.user-avatar {