timeline — coming soon
+ +diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index d1bc431..233ebd3 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -29,11 +29,12 @@ } .timeline { border-right: 1px solid #ddd; padding-right: 2rem; min-height: 60vh; - min-width: 0; + min-width: 0; display: flex; flex-direction: column; } .controls { min-width: 0; } - .timeline-placeholder { - font-size: 0.8rem; color: #999; padding: 1rem 0; line-height: 1.6; + .timeline-frame { + flex: 1; min-height: 80vh; width: 100%; + border: 1px solid #ddd; background: #fff; } @media (max-width: 800px) { body { padding: 1.25rem; } @@ -157,7 +158,15 @@
timeline — coming soon
+ +