feat: render markdown in chat
This commit is contained in:
@@ -20,6 +20,18 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.actions .mrkd-switch {
|
||||
border-radius: 12px;
|
||||
|
||||
.ant-segmented-thumb,
|
||||
.ant-segmented-item-selected,
|
||||
.ant-segmented-item,
|
||||
.ant-segmented-item::after {
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.actions {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user