Zhen Ye commited on
Commit
45f9535
·
1 Parent(s): d2acfa9

ui: Make video frame full-width, move features beside track cards

Browse files
Files changed (1) hide show
  1. frontend/style.css +7 -2
frontend/style.css CHANGED
@@ -707,12 +707,17 @@ input[type="number"]:focus {
707
 
708
  .frame-grid {
709
  display: grid;
710
- grid-template-columns: 1.6fr .9fr;
711
- grid-template-rows: auto auto 1fr;
712
  gap: 12px;
713
  min-height: 0;
714
  }
715
 
 
 
 
 
 
716
  .intel {
717
  margin-top: 10px;
718
  display: flex;
 
707
 
708
  .frame-grid {
709
  display: grid;
710
+ grid-template-columns: 1fr 1fr;
711
+ grid-template-rows: auto auto auto;
712
  gap: 12px;
713
  min-height: 0;
714
  }
715
 
716
+ /* Video panel spans full width */
717
+ .frame-grid .panel-monitor {
718
+ grid-column: 1 / -1;
719
+ }
720
+
721
  .intel {
722
  margin-top: 10px;
723
  display: flex;