]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ui: fix collapsed user bubble with markdown rendering (#25869)
authorPascal <redacted>
Mon, 20 Jul 2026 14:28:43 +0000 (16:28 +0200)
committerGitHub <redacted>
Mon, 20 Jul 2026 14:28:43 +0000 (16:28 +0200)
commit4ee6a9af71faceee99fed5eb98538b71772d86c6
treedfeadb8addc422df22e8aa45da9d72f5b3420869
parent43b5e63589468cb29a65e460e218fc831f22f4ef
ui: fix collapsed user bubble with markdown rendering (#25869)

Edge paragraph margins are now zeroed at the source in
markdown-content.css, but the user bubble and the system message still
carried the -my-4 compensation for them. The uncompensated negative
margins shrank the wrapper 2rem below its content, collapsing
single-line user bubbles into a scrollable sliver and skewing the
system message expand threshold.
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageSystem/ChatMessageSystem.svelte
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageUser/ChatMessageUserBubble.svelte