We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828b119 commit 12e7354Copy full SHA for 12e7354
1 file changed
src/scss/_chat.scss
@@ -150,6 +150,28 @@
150
}
151
152
153
+ // 历史记录页面 - 覆盖样式重置为默认
154
+ .record #ml-root {
155
+ .message {
156
+ .message-container {
157
+ .message-content__wrapper {
158
+ // 消息气泡 - 重置自定义样式
159
+ .msg-content-container {
160
+ // 如果需要重置某些样式,在这里添加
161
+ // 例如:
162
+ &.container--self {
163
+ background: initial;
164
+
165
+ ::selection {
166
+ background: rgba(from var(--theme-color) r g b / 30%);
167
+ }
168
169
170
171
172
173
174
175
.standalone-mini-profile-container {
176
#mini-buddy-profile {
177
0 commit comments