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:
@@ -807,8 +807,8 @@ html:not(.dark) .chat-scroll {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Assistant message footer: collapse text labels to icons when narrow. */
|
/* Assistant message footer: collapse text labels only on very narrow layouts. */
|
||||||
@container message-footer (max-width: 24rem) {
|
@container message-footer (max-width: 16rem) {
|
||||||
.message-footer__label {
|
.message-footer__label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user