File tree Expand file tree Collapse file tree
src/player/modules/ViewVideo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1351,7 +1351,6 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
13511351 order : -1 ;
13521352 flex : 0 0 100% !important ;
13531353 min-width : 100% !important ;
1354- max-height : 30% ;
13551354 border-right : none;
13561355 border-bottom : 2px solid var (--primary-bg-color );
13571356 }
@@ -1360,7 +1359,6 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
13601359 order : 1 ;
13611360 flex : 0 0 100% !important ;
13621361 min-width : 100% !important ;
1363- max-height : 30% ;
13641362 border-left : none;
13651363 border-top : 2px solid var (--primary-bg-color );
13661364 }
@@ -1370,4 +1368,10 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
13701368 flex : 1 1 100% ;
13711369 width : 100% ;
13721370 }
1371+
1372+ .areaTopContainer [data-size = "large" ],
1373+ .areaBottomContainer [data-size = "large" ] {
1374+ flex-basis : clamp (200px , calc (var (--ft-height , 100vh ) * 0.6 - 40px ), 300px );
1375+ min-height : clamp (200px , calc (var (--ft-height , 100vh ) * 0.6 - 40px ), 300px );
1376+ }
13731377}
You can’t perform that action at this time.
0 commit comments