勉强完成延迟很高
This commit is contained in:
@@ -71,7 +71,7 @@ nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0; }
|
||||
.framePolicy { color: #8296b2; font-size: 9px; white-space: nowrap; }
|
||||
.frameMetrics { display: grid; grid-template-columns: auto auto; gap: 4px 9px; color: #8296b2; font: 9px/1.15 ui-monospace, monospace; font-variant-numeric: tabular-nums; white-space: nowrap; }
|
||||
.frameMetrics span:nth-child(2n) { text-align: right; }
|
||||
.plotViewport { flex: 1; width: 100%; min-height: 160px; overflow: hidden; background: #070d18; }
|
||||
.plotViewport { position: relative; flex: 1; width: 100%; min-height: 160px; overflow: hidden; outline: none; background: #070d18; overscroll-behavior: contain; touch-action: none; }
|
||||
.plotExecutionPolicy { display:flex; flex-wrap:wrap; gap:6px 12px; padding:8px 12px; border-block:1px solid rgba(126,155,194,.12); background:rgba(6,13,24,.58); font-size:11px; color:#9dafc7; }
|
||||
.plotExecutionPolicy label { display:flex; align-items:center; gap:5px; cursor:pointer; user-select:none; }
|
||||
.plotExecutionPolicy input { accent-color:#52dbc1; }
|
||||
@@ -80,8 +80,9 @@ nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0; }
|
||||
.plotHiddenState { position:absolute; inset:0; display:grid; place-content:center; gap:5px; text-align:center; color:#91a5bf; background:repeating-linear-gradient(135deg,rgba(15,27,43,.96),rgba(15,27,43,.96) 12px,rgba(18,33,52,.96) 12px,rgba(18,33,52,.96) 24px); }
|
||||
.plotHiddenState strong { color:#d9e8f6; }
|
||||
canvas { display: block; width: 100%; height: 100%; background: #070d18; }
|
||||
.plotViewport video { display: block; width: 100%; height: 100%; object-fit: fill; background: #070d18; overscroll-behavior: contain; touch-action: none; }
|
||||
.plotViewport video:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
|
||||
.plotViewport video { position: absolute; display: block; max-width: none; max-height: none; object-fit: fill; pointer-events: none; background: #070d18; }
|
||||
.plotViewport:focus { box-shadow: inset 0 0 0 1px #5ce4c2; }
|
||||
.plotMediaError { position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; padding: 18px; color: #ff9bae; text-align: center; background: #190b12e8; }
|
||||
|
||||
.inspector { width: 100%; height: 100%; overflow: hidden; background: #080f1b; }
|
||||
.workspacePane { display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0; }
|
||||
|
||||
Reference in New Issue
Block a user