fix list style in message bubble

This commit is contained in:
Liu
2026-03-17 17:06:43 +08:00
parent f1ca52714d
commit 90fc171e26

View File

@@ -647,6 +647,11 @@ mark.search-highlight {
color: var(--text);
}
.message-bubble.markdown-body ul,
.message-bubble.markdown-body ol {
padding-left: 2em;
}
.copy-btn {
position: absolute;
top: 6px;