Skip to content

Commit 12e7354

Browse files
committed
feat: 适配历史记录页面
1 parent 828b119 commit 12e7354

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/scss/_chat.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,28 @@
150150
}
151151
}
152152

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+
153175
.standalone-mini-profile-container {
154176
#mini-buddy-profile {
155177

0 commit comments

Comments
 (0)