We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cda90 commit ee2426dCopy full SHA for ee2426d
1 file changed
src/player/modules/ViewVideo/style.css
@@ -1374,4 +1374,10 @@ body.userinactive .mainContainer:not([data-edit-mode="overlays"]):not([data-edit
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
}
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
+ }
1383
0 commit comments