Commit 6d768e4 1 parent d0f0804 commit 6d768e4 Copy full SHA for 6d768e4
File tree 1 file changed +9
-12
lines changed
src/renderer/components/ft-shaka-video-player
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 42
42
/* Place the seek bar above the controls (the default is below) */
43
43
display : flex;
44
44
flex-direction : column-reverse;
45
-
46
- /* remove some bottom padding since the seek bar is above */
47
- padding-bottom : 0 ;
48
- width : 100% ;
49
- }
50
-
51
- /* increase height of captions since we remove the padding-bottom below the seekbar */
52
- : deep(.shaka-controls-container [shown = 'true' ]~ .shaka-text-container ) {
53
- bottom : 12.5% ;
54
45
}
55
46
56
47
/*
242
233
: deep (.playerFullscreenTitleOverlay ) {
243
234
font-size : large;
244
235
}
236
+ }
245
237
238
+ @media only screen and (width > = 1000px) {
246
239
: deep (.shaka-bottom-controls ) {
247
- padding-bottom : 2.5% ;
248
- width : 96% ;
240
+ /* remove some bottom padding since the seek bar is above */
241
+ padding-bottom : 0 ;
242
+
243
+ /* make seekbar take full width on non-mobile devices */
244
+ width : 100% ;
249
245
}
250
246
247
+ /* increase height of captions area since we remove the padding-bottom below the seekbar */
251
248
: deep(.shaka-controls-container [shown = 'true' ]~ .shaka-text-container ) {
252
- bottom : 15 % ;
249
+ bottom : 12.5 % ;
253
250
}
254
251
}
255
252
You can’t perform that action at this time.
0 commit comments