fix(message): re-added click to usericon

This commit is contained in:
trashtemp
2022-01-15 22:50:29 +01:00
parent 2bef311f9a
commit e6684b8f78
4 changed files with 45 additions and 3 deletions

View File

@@ -15,6 +15,25 @@
}
}
}
.markdown {
display: flex;
align-items: center;
margin-top: 8px;
gap: 4px;
svg {
flex-shrink: 0;
}
a:hover {
text-decoration: underline;
}
h5 {
margin: 0;
}
}
}
.userList {