Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
legraphista
commited on
Commit
•
aaaca2f
1
Parent(s):
153cb78
update: improved initial state
Browse filesimproved 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
app.py
CHANGED
@@ -603,7 +603,10 @@ body {
|
|
603 |
}
|
604 |
#top-panel {
|
605 |
flex-direction: column;
|
606 |
-
height:
|
|
|
|
|
|
|
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%;
|