enhance(client): chat style

This commit is contained in:
NoriDev 2023-06-08 17:46:41 +09:00
parent 4b18121205
commit a5bcca3e76

View file

@ -225,14 +225,14 @@ definePageMetadata({
.name {
margin: 0;
padding: 0;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
transition: all 0.1s ease;
}
.username {
margin: 0 8px;
overflow: hidden;
text-overflow: ellipsis;
}
.time {