share paage durations

This commit is contained in:
Jay V
2025-06-03 18:08:46 -04:00
parent 8206da4d9e
commit 2fb59fee8e
2 changed files with 137 additions and 90 deletions

View File

@@ -272,6 +272,17 @@
}
}
/* Part types */
[data-part-type="user-text"],
[data-part-type="ai-text"],
[data-part-type="ai-model"],
[data-part-type="system-text"],
[data-part-type="fallback"] {
& > [data-section="content"] {
padding-bottom: 1rem;
}
}
[data-part-type="tool-edit"] {
[data-part-tool-body] {
gap: 0.5rem;