Merge pull request #690 from lc-soft/fix-list-style

fix list style in message bubble
This commit is contained in:
Jaber Jaber
2026-03-27 16:38:59 +03:00
committed by GitHub

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;