Add diff review flow dialog

This commit is contained in:
Bohdan Triapitsyn
2026-06-14 16:55:58 +03:00
parent 1762c1a289
commit 94ca3fda04
15 changed files with 468 additions and 26 deletions
+2
View File
@@ -860,10 +860,12 @@ html:not(.dark) .chat-scroll {
/* Diff toolbar: drop low-priority labels only when the context panel is genuinely tight. */
@container diff-toolbar (max-width: 28rem) {
.diff-toolbar__scope-count,
.diff-toolbar__review-label,
.diff-toolbar__expand-label {
display: none;
}
.diff-toolbar__review-button,
.diff-toolbar__expand-button {
padding-inline: 0.5rem;
}