This commit is contained in:
2026-03-15 13:31:12 +01:00
parent cc6df978ef
commit ae12e6c096
2 changed files with 11 additions and 7 deletions

View File

@@ -369,6 +369,10 @@ textarea {
justify-content: flex-end;
}
.critical-cell-footer .affix-badge-list {
justify-content: flex-end;
}
.effect-stack {
margin-top: 0.85rem;
}
@@ -852,14 +856,13 @@ textarea {
.critical-editor-quick-legend-item {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.4rem 0.6rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.72);
border: 1px solid rgba(127, 96, 55, 0.1);
white-space: nowrap;
}
.critical-editor-quick-legend-item .affix-badge-list {
margin-top: 0;
}
.critical-editor-quick-legend-item code {
font-size: 0.9rem;
color: #5b4327;
@@ -868,6 +871,8 @@ textarea {
.critical-editor-quick-legend-equals {
color: #8d5e1a;
font-weight: 700;
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.critical-editor-compare-grid {