feat: finish DM sidebar
This commit is contained in:
parent
c9bea94ef8
commit
34976b4f50
4 changed files with 34 additions and 40 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue