legraphista commited on
Commit
aaaca2f
1 Parent(s): 153cb78

update: improved initial state

Browse files

improved the initial state of the list when no item is selected
the list will now cover a bigger portion of the screen on mobile before selecting an entry

Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -603,7 +603,10 @@ body {
603
  }
604
  #top-panel {
605
  flex-direction: column;
606
- height: 50vh;
 
 
 
607
  }
608
  #video-list-column, #video-column {
609
  width: 100%;
 
603
  }
604
  #top-panel {
605
  flex-direction: column;
606
+ height: auto;
607
+ flex-shrink: 1;
608
+ flex-grow: 1;
609
+ min-height: 50vh;
610
  }
611
  #video-list-column, #video-column {
612
  width: 100%;