Skip to content

Commit 09cda90

Browse files
improve small container rendering
1 parent 0a25423 commit 09cda90

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/player/modules/ViewVideo/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)