Skip to content

Commit ee2426d

Browse files
improve areaTopDetails areaBottomDetails sizing
1 parent 09cda90 commit ee2426d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/player/modules/ViewVideo/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,4 +1374,10 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
13741374
flex-basis: clamp(200px, calc(var(--ft-height, 100vh) * 0.6 - 40px), 300px);
13751375
min-height: clamp(200px, calc(var(--ft-height, 100vh) * 0.6 - 40px), 300px);
13761376
}
1377+
1378+
.viewVideo.slide-pos-top .areaTopDetails,
1379+
.viewVideo.slide-pos-bottom .areaBottomDetails {
1380+
flex: 0 1 clamp(200px, calc(var(--ft-height, 100vh) * 0.6 - 40px), 350px);
1381+
min-height: clamp(200px, calc(var(--ft-height, 100vh) * 0.6 - 40px), 350px);
1382+
}
13771383
}

0 commit comments

Comments
 (0)