fix(web): hide broken table actions in Streamdown fullscreen (#38894)

This commit is contained in:
非法操作 2026-07-16 09:58:31 +08:00 committed by GitHub
parent 85cc183501
commit 62bdbc8628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,6 +615,11 @@
background-color: var(--color-background-section-burn);
}
/* Hide Streamdown controls that cannot locate the portaled fullscreen table. */
[data-streamdown='table-fullscreen'] [role='presentation'] > div:first-child > div {
display: none;
}
[data-streamdown='table-fullscreen'] table[data-streamdown='table'] {
border-color: var(--color-divider-regular);
}