RAGflow/web/src/layouts/components/right-toolbar/index.less

27 lines
467 B
Plaintext
Raw Normal View History

2025-03-24 11:19:28 +08:00
.toolbarWrapper {
2025-04-13 12:46:19 +08:00
min-width: 200px;
2025-03-24 11:19:28 +08:00
: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, 0.4);
vertical-align: middle;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.language {
cursor: pointer;
}