fix: separate Scene 11 interrupt context from approval
This commit is contained in:
@@ -1244,6 +1244,7 @@
|
||||
}
|
||||
|
||||
.guided-product-moment[data-moment="approval"],
|
||||
.guided-product-moment[data-moment="interrupt"],
|
||||
.guided-product-moment[data-moment="resume"],
|
||||
.guided-product-moment[data-moment="output"],
|
||||
.guided-product-moment[data-moment="trace"] {
|
||||
@@ -1260,6 +1261,10 @@
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.guided-product-moment[data-moment="interrupt"] {
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.guided-product-moment[data-moment="approval"] .guided-product-moment__header {
|
||||
grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
|
||||
padding: 0.55rem 0.75rem;
|
||||
@@ -1291,6 +1296,17 @@
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.guided-product-moment__interrupt-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(14rem, 0.55fr) minmax(0, 1.45fr);
|
||||
gap: 0.85rem;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.guided-product-moment__interrupt-grid > * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.guided-product-moment__approval-grid > * {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -1570,6 +1586,7 @@
|
||||
|
||||
@container presentation-canvas (max-width: 1050px) {
|
||||
.guided-product-moment__approval-grid,
|
||||
.guided-product-moment__interrupt-grid,
|
||||
.guided-product-moment__resume-grid,
|
||||
.guided-product-moment__trace-grid {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user