feat: better composer etc

This commit is contained in:
Brooklyn Nicholson
2026-05-04 22:19:16 -05:00
parent 42db075e10
commit fcce49db3f
50 changed files with 1299 additions and 668 deletions
+4 -10
View File
@@ -344,22 +344,16 @@ canvas {
max-width: 100%;
font-family: ui-monospace, 'SF Mono', 'Cascadia Code', Menlo, Consolas, monospace;
font-size: 0.86em;
padding: 0.01rem 0.16rem;
border-radius: 0.2rem;
background: #f4f4f5;
color: #be185d;
padding: 0.01rem 0.2rem;
border-radius: 0.25rem;
background: color-mix(in srgb, var(--dt-muted) 80%, transparent);
color: var(--dt-muted-foreground);
border: 0;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
:root.dark [data-slot='aui_assistant-message-content'] .aui-md code {
background: #27272a;
color: #f9a8d4;
border-color: #831843;
}
[data-slot='aui_assistant-message-content'] .aui-md [data-streamdown='code-block'] code {
max-width: none;
font-family: inherit;