Fix clear context on conversation reset

This commit is contained in:
dwrz
2026-06-29 16:47:05 +00:00
parent d212a52120
commit 8a821bea28

View File

@@ -1004,6 +1004,9 @@ body {
white-space: nowrap;
line-height: 1;
}
.footer__toolbar-context[hidden] {
display: none;
}
.footer__toolbar-context--warning {
color: var(--color-yellow);
}