feat(core): block diff ui

This commit is contained in:
yoyoyohamapi
2025-06-25 21:50:24 +08:00
parent b434b95548
commit 8024172569
82 changed files with 1412 additions and 143 deletions
@@ -306,3 +306,15 @@ math {
'STIX Two Math' /* mac */,
math;
}
/* AI Block Diff */
.ai-block-diff-deleted {
background-color: var(--aI-applyDeleteHighlight, #ffeaea) !important;
border-radius: 4px !important;
padding: 8px 0px !important;
margin-bottom: 10px !important;
}
.ai-block-diff-deleted .affine-block-component {
margin: 0 !important;
}