- Update the look and feel of the chat message list (prevents breaking when zoomed in and out like previous implementation)

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-16 14:02:54 -05:00
parent 0d0f24802f
commit b6b445dc21
2 changed files with 101 additions and 104 deletions

View File

@@ -7,10 +7,11 @@
border: 1px solid gainsboro;
}
.chat-list-item {
.ant-card-head {
border: none;
}
&:hover {
cursor: pointer;
color: #ff7a00;
}
border-bottom: 1px solid gainsboro;
}
}