feat: clarify approval proof composition
This commit is contained in:
@@ -1259,11 +1259,61 @@
|
||||
|
||||
.guided-product-moment__approval-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(13rem, 0.55fr) minmax(0, 1.2fr) minmax(18rem, 0.75fr);
|
||||
grid-template-columns: minmax(11rem, 0.36fr) minmax(0, 1.35fr) minmax(20rem, 0.62fr);
|
||||
gap: 0.85rem;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.guided-product-moment__input-rail {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.run-facts-card[data-density="compact"] {
|
||||
padding: 0.8rem;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.run-facts-card[data-density="compact"] .run-facts-list {
|
||||
gap: 0.28rem;
|
||||
}
|
||||
|
||||
.run-facts-list--issues {
|
||||
display: grid;
|
||||
gap: 0.4rem;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.run-facts-list--issues li {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.35rem 0.45rem;
|
||||
border: 1px solid var(--stage-line);
|
||||
border-radius: 0.5rem;
|
||||
background: oklch(0.12 0.026 250 / 0.9);
|
||||
}
|
||||
|
||||
.run-facts-list--issues li strong {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.run-facts-list--issues li small {
|
||||
color: var(--accent-amber);
|
||||
font: 650 0.6rem/1 var(--font-mono, monospace);
|
||||
}
|
||||
|
||||
.run-facts-card--interrupt[data-priority="primary"] {
|
||||
display: grid;
|
||||
grid-template-rows: auto minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.run-facts-card--interrupt[data-priority="primary"] .run-facts-scroll-region--report {
|
||||
min-height: 14rem;
|
||||
}
|
||||
|
||||
.guided-product-moment__resume-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(18rem, 0.85fr) minmax(14rem, 0.45fr) minmax(0, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user