fix: stop clipping Slide 8 evidence

This commit is contained in:
lda
2026-07-14 00:30:06 +07:00 Verified
parent aff842e0ec
commit e47ffc95cc
@@ -3494,6 +3494,19 @@
background: transparent; background: transparent;
} }
.prepared-lifecycle-scene__discussion .scene-body__discussion-list {
flex-wrap: nowrap;
}
.prepared-lifecycle-scene__discussion .scene-body__discussion-links button {
padding: 0.26rem 0.45rem;
font-size: 0.7rem;
}
.prepared-lifecycle-scene__discussion .scene-body__discussion-links button small {
display: none;
}
.prepared-lifecycle-scene__rail { .prepared-lifecycle-scene__rail {
display: grid; display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-columns: repeat(6, minmax(0, 1fr));
@@ -3519,8 +3532,8 @@
column-gap: 0.5rem; column-gap: 0.5rem;
row-gap: 0.2rem; row-gap: 0.2rem;
min-width: 0; min-width: 0;
min-height: 5.4rem; min-height: 4.4rem;
padding: 0.65rem 0.7rem 0.55rem; padding: 0.45rem 0.55rem 0.4rem;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
font: 600 1rem/1.1 var(--font-interface); font: 600 1rem/1.1 var(--font-interface);
color: var(--text-secondary); color: var(--text-secondary);
@@ -3555,7 +3568,7 @@
.prepared-lifecycle-scene__frame { .prepared-lifecycle-scene__frame {
display: grid; display: grid;
grid-template-rows: auto minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr);
gap: 0.9rem; gap: 0.65rem;
min-height: 0; min-height: 0;
padding: 0.9rem 1rem; padding: 0.9rem 1rem;
background: color-mix(in oklch, var(--stage-surface) 60%, var(--stage-inset)); background: color-mix(in oklch, var(--stage-surface) 60%, var(--stage-inset));
@@ -3564,17 +3577,16 @@
overflow: auto; overflow: auto;
} }
.prepared-lifecycle-scene__frame > * { .prepared-lifecycle-scene__frame > .authoring-visual {
min-width: 0; min-width: 0;
animation: authoring-frame-content-enter 220ms cubic-bezier(0.22, 1, 0.36, 1);
} }
.prepared-lifecycle-scene__frame-header { .prepared-lifecycle-scene__frame-header {
display: grid; display: grid;
grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr); grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
gap: 1.2rem; gap: 0.8rem;
align-items: start; align-items: start;
padding-bottom: 0.8rem; padding-bottom: 0.5rem;
border-bottom: 1px solid var(--stage-line); border-bottom: 1px solid var(--stage-line);
} }
@@ -3590,7 +3602,7 @@
.prepared-lifecycle-scene__frame-header p { .prepared-lifecycle-scene__frame-header p {
max-width: 42rem; max-width: 42rem;
margin-top: 0.45rem; margin-top: 0.25rem;
color: var(--text-secondary); color: var(--text-secondary);
font-size: 0.84rem; font-size: 0.84rem;
line-height: 1.4; line-height: 1.4;
@@ -3614,7 +3626,7 @@
.prepared-lifecycle-scene__evidence { .prepared-lifecycle-scene__evidence {
display: grid; display: grid;
gap: 0.5rem; gap: 0.25rem;
margin: 0; margin: 0;
} }
@@ -3749,8 +3761,8 @@
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__rail { .prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__rail {
grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-columns: repeat(6, minmax(0, 1fr));
min-height: 5.4rem; min-height: 4.4rem;
padding: 0.45rem 0; padding: 0.25rem 0;
border-bottom: 1px solid var(--authoring-rule); border-bottom: 1px solid var(--authoring-rule);
border-radius: 0; border-radius: 0;
background: transparent; background: transparent;
@@ -3773,10 +3785,10 @@
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__frame { .prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__frame {
display: grid; display: grid;
grid-template-rows: auto minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr);
gap: 1rem; gap: 0.65rem;
min-height: 0; min-height: 0;
margin: 0; margin: 0;
padding: 1.35rem 1.4rem; padding: 0.8rem 1.1rem;
border: 0; border: 0;
border-radius: 0; border-radius: 0;
background: var(--authoring-paper); background: var(--authoring-paper);
@@ -3784,10 +3796,6 @@
overflow: auto; overflow: auto;
} }
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__frame > * {
animation: authoring-frame-content-enter 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__frame-header { .prepared-lifecycle-scene[data-presentation-surface="editorial"] .prepared-lifecycle-scene__frame-header {
border-color: var(--authoring-rule); border-color: var(--authoring-rule);
} }
@@ -3941,19 +3949,6 @@
grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-columns: repeat(2, minmax(0, 1fr));
} }
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--inventory .authoring-result__body,
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--artifact .authoring-result__body,
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--deployment .authoring-result__body {
grid-template-columns: minmax(0, 1fr);
}
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--inventory .authoring-result__contract,
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--inventory .authoring-result__list-section,
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--artifact .authoring-result__list-section,
.prepared-lifecycle-scene[data-presentation-surface="editorial"] .authoring-result--deployment .authoring-result__list-section {
grid-column: 1;
}
.problem-loop-scene[data-presentation-surface="editorial"] { .problem-loop-scene[data-presentation-surface="editorial"] {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
align-items: center; align-items: center;
@@ -3966,11 +3961,6 @@
} }
} }
@keyframes authoring-frame-content-enter {
from { opacity: 0; }
to { opacity: 1; }
}
@container presentation-canvas (max-width: 600px) { @container presentation-canvas (max-width: 600px) {
.prepared-lifecycle-scene[data-presentation-surface="editorial"] { .prepared-lifecycle-scene[data-presentation-surface="editorial"] {
grid-template-columns: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr);
@@ -4036,12 +4026,6 @@
} }
} }
@media (prefers-reduced-motion: reduce) {
.prepared-lifecycle-scene__frame > * {
animation: none;
}
}
.authoring-visual { .authoring-visual {
min-height: 0; min-height: 0;
height: 100%; height: 100%;
@@ -4063,7 +4047,7 @@
.authoring-result { .authoring-result {
display: grid; display: grid;
grid-template-rows: auto minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr);
gap: 1rem; gap: 0.6rem;
min-width: 0; min-width: 0;
min-height: 0; min-height: 0;
height: 100%; height: 100%;
@@ -4078,7 +4062,7 @@
justify-content: space-between; justify-content: space-between;
gap: 1rem; gap: 1rem;
min-width: 0; min-width: 0;
padding-bottom: 0.85rem; padding-bottom: 0.5rem;
border-bottom: 1px solid var(--authoring-rule, var(--stage-line)); border-bottom: 1px solid var(--authoring-rule, var(--stage-line));
} }
@@ -4144,7 +4128,7 @@
.authoring-result__body { .authoring-result__body {
display: grid; display: grid;
align-content: start; align-content: start;
gap: 1rem; gap: 0.6rem;
min-width: 0; min-width: 0;
min-height: 0; min-height: 0;
overflow: visible; overflow: visible;
@@ -4162,7 +4146,7 @@
display: grid; display: grid;
gap: 0.28rem; gap: 0.28rem;
min-width: 0; min-width: 0;
padding: 0.55rem 0; padding: 0.35rem 0;
border-bottom: 1px solid var(--authoring-rule, var(--stage-line)); border-bottom: 1px solid var(--authoring-rule, var(--stage-line));
} }
@@ -4185,7 +4169,7 @@
.authoring-result__list-section, .authoring-result__list-section,
.authoring-result__contract { .authoring-result__contract {
min-width: 0; min-width: 0;
padding-top: 0.75rem; padding-top: 0.45rem;
border-top: 1px solid var(--authoring-rule, var(--stage-line)); border-top: 1px solid var(--authoring-rule, var(--stage-line));
} }
@@ -4210,7 +4194,7 @@
.authoring-result__list-section li { .authoring-result__list-section li {
min-width: 0; min-width: 0;
padding: 0.38rem 0; padding: 0.25rem 0;
border-bottom: 1px solid var(--authoring-rule, var(--stage-line)); border-bottom: 1px solid var(--authoring-rule, var(--stage-line));
overflow-wrap: anywhere; overflow-wrap: anywhere;
line-height: 1.35; line-height: 1.35;
@@ -4231,14 +4215,16 @@
.authoring-result__fault-injection { .authoring-result__fault-injection {
display: grid; display: grid;
gap: 0.35rem; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
gap: 0.25rem 0.7rem;
min-width: 0; min-width: 0;
padding: 0.75rem 0.9rem; padding: 0.5rem 0.65rem;
border: 1px dashed var(--authoring-rule, var(--stage-line)); border: 1px dashed var(--authoring-rule, var(--stage-line));
color: var(--authoring-muted, var(--text-secondary)); color: var(--authoring-muted, var(--text-secondary));
} }
.authoring-result__fault-injection span { .authoring-result__fault-injection span {
grid-column: 1 / -1;
font: 700 0.64rem/1.1 var(--font-evidence); font: 700 0.64rem/1.1 var(--font-evidence);
letter-spacing: 0.07em; letter-spacing: 0.07em;
text-transform: uppercase; text-transform: uppercase;
@@ -4293,6 +4279,11 @@
max-width: 54rem; max-width: 54rem;
} }
.authoring-result--diagnostic {
grid-template-rows: auto auto auto;
align-content: start;
}
.authoring-result--diagnostic [data-result-primary="true"] { .authoring-result--diagnostic [data-result-primary="true"] {
min-width: 0; min-width: 0;
padding-inline-start: 0.9rem; padding-inline-start: 0.9rem;