…lay reference symbols for documents in external chat boxes #566 #577 ### What problem does this PR solve? fix: display the current language directly at the top and do not display reference symbols for documents in external chat boxes #566 #577 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
.toolbarWrapper {
|
|
:global(.ant-avatar) {
|
|
background-color: rgba(242, 243, 245, 1);
|
|
}
|
|
}
|
|
|
|
.circle {
|
|
display: inline-block;
|
|
line-height: 32px;
|
|
width: 32px;
|
|
text-align: center;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background-color: rgba(242, 243, 245, 1);
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.language {
|
|
cursor: pointer;
|
|
}
|