fix(chat): render question prompts as markdown

This commit is contained in:
Pascal André
2026-07-28 13:16:55 +02:00
parent 92abdefea8
commit def0b869e2
7 changed files with 79 additions and 5 deletions
+4
View File
@@ -79,6 +79,10 @@
font-size: var(--text-code) !important;
}
:root.mobile-pointer:not(.desktop-runtime) .question-markdown > .markdown-content.markdown-tool {
font-size: inherit !important;
}
/* Improve touch targets for mobile */
:root.mobile-pointer:not(.desktop-runtime) button:not([role="radio"]):not([role="checkbox"]):not([role="switch"]),
:root.mobile-pointer:not(.desktop-runtime) .btn,