feat: 插件使用样式

This commit is contained in:
Hk-Gosuto
2023-07-21 13:25:50 +08:00
parent 377a50e2a6
commit 9223f95726
3 changed files with 50 additions and 0 deletions

View File

@@ -348,6 +348,37 @@
}
}
.chat-message-checkmark {
display: inline-block;
margin-right: 5px;
height: 12px;
width: 12px;
color: #13a10e;
fill: #13a10e;
user-select: none;
backface-visibility: hidden;
transform: translateZ(0px);
}
.chat-message-tools-status {
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
margin-top: 5px;
line-height: 1.5;
}
.chat-message-tools-name {
color: #aaa;
}
.chat-message-tools-details {
margin-left: 5px;
font-weight: bold;
color: #999;
}
.chat-message-status {
font-size: 12px;
color: #aaa;