feat(app): interruption state

This commit is contained in:
Adam 2026-03-12 19:07:19 -05:00
commit c173988aaa
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 21 additions and 34 deletions

View file

@ -23,10 +23,6 @@
max-width: 100%;
gap: 0;
&[data-interrupted] {
color: var(--text-weak);
}
[data-slot="user-message-attachments"] {
display: flex;
flex-wrap: wrap;
@ -165,10 +161,6 @@
text-align: right;
}
[data-slot="user-message-copy-wrapper"][data-interrupted] {
gap: 12px;
}
&:hover [data-slot="user-message-copy-wrapper"],
&:focus-within [data-slot="user-message-copy-wrapper"] {
opacity: 1;