Align dev workflow with node-based electron-vite dev and tighten assistant markdown layout

This commit is contained in:
Shantur Rathore
2025-10-30 22:58:49 +00:00
parent 37a47699e3
commit 505a06de05
10 changed files with 8173 additions and 60 deletions

View File

@@ -118,6 +118,11 @@ button.button-primary {
@apply flex flex-col gap-2 p-3 rounded-lg w-full;
}
.assistant-message {
/* gap: 0.25rem; */
padding: 0.6rem 0.65rem;
}
/* Message state badges */
.message-queued-badge {
@apply inline-block font-bold px-3 py-1 rounded mb-3 text-xs tracking-wide;
@@ -606,6 +611,7 @@ button.button-primary {
color: inherit;
}
.message-text pre {
overflow-x: auto;
padding: 8px;