fix: keep assistant timestamps visible on narrow layouts

Show footer labels at smaller chat widths
Reduce early icon-only collapse on mobile and VS Code
This commit is contained in:
Bohdan Triapitsyn
2026-05-25 01:02:15 +03:00
parent 6b4fe392b0
commit 3cdd1ede2d
+2 -2
View File
@@ -807,8 +807,8 @@ html:not(.dark) .chat-scroll {
}
}
/* Assistant message footer: collapse text labels to icons when narrow. */
@container message-footer (max-width: 24rem) {
/* Assistant message footer: collapse text labels only on very narrow layouts. */
@container message-footer (max-width: 16rem) {
.message-footer__label {
display: none;
}