|
331 | 331 | background: #000; |
332 | 332 | flex: 1; |
333 | 333 | min-height: 0; |
334 | | - border-bottom: 1px solid var(--border); |
335 | 334 | overflow: hidden; |
336 | 335 | } |
337 | 336 |
|
|
368 | 367 | /* ── Resources pane ──────────────────────────────── */ |
369 | 368 |
|
370 | 369 | .resources-pane { |
371 | | - flex-shrink: 0; |
372 | | - height: 160px; |
| 370 | + flex: 1; |
373 | 371 | overflow-y: auto; |
374 | | - padding: 10px 16px; |
| 372 | + min-height: 0; |
| 373 | + padding: 4px 0; |
375 | 374 | } |
376 | 375 |
|
377 | 376 | .section-header { |
|
405 | 404 | flex-direction: column; |
406 | 405 | align-items: center; |
407 | 406 | gap: 8px; |
408 | | - padding: 40px 20px; |
| 407 | + padding: 20px 10px; |
409 | 408 | color: var(--muted); |
410 | 409 | } |
411 | 410 |
|
|
631 | 630 | <textarea id="param-b64json"></textarea> |
632 | 631 | </div> |
633 | 632 |
|
634 | | - </aside> |
635 | | - |
636 | | - <div class="content"> |
637 | | - |
638 | | - <div class="video-area"> |
639 | | - <video id="ingest" autoplay playsinline muted controls></video> |
640 | | - <div id="video-placeholder" class="video-placeholder"> |
641 | | - <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"> |
642 | | - <path d="M23 7l-7 5 7 5V7z"/> |
643 | | - <rect x="1" y="5" width="15" height="14" rx="2" ry="2"/> |
644 | | - </svg> |
645 | | - <p>No stream — click Camera or Screen to begin</p> |
646 | | - </div> |
647 | | - </div> |
648 | | - |
649 | 633 | <div class="resources-pane"> |
650 | 634 | <div class="section-header"> |
651 | 635 | <span class="section-title">Active Resources</span> |
652 | 636 | <span id="resource-count" class="count-badge">0</span> |
653 | 637 | </div> |
654 | 638 | <div id="empty-state" class="empty-state"> |
655 | | - <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"> |
| 639 | + <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"> |
656 | 640 | <circle cx="12" cy="12" r="10"/> |
657 | 641 | <line x1="12" y1="8" x2="12" y2="12"/> |
658 | 642 | <line x1="12" y1="16" x2="12.01" y2="16"/> |
|
662 | 646 | <div id="resource-list" class="resource-list"></div> |
663 | 647 | </div> |
664 | 648 |
|
| 649 | + </aside> |
| 650 | + |
| 651 | + <div class="content"> |
| 652 | + |
| 653 | + <div class="video-area"> |
| 654 | + <video id="ingest" autoplay playsinline muted controls></video> |
| 655 | + <div id="video-placeholder" class="video-placeholder"> |
| 656 | + <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"> |
| 657 | + <path d="M23 7l-7 5 7 5V7z"/> |
| 658 | + <rect x="1" y="5" width="15" height="14" rx="2" ry="2"/> |
| 659 | + </svg> |
| 660 | + <p>No stream — click Camera or Screen to begin</p> |
| 661 | + </div> |
| 662 | + </div> |
| 663 | + |
665 | 664 | </div> |
666 | 665 | </div> |
667 | 666 |
|
|
0 commit comments