- 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user