Skip to content

Commit 0482dd1

Browse files
Move captions lower
1 parent b0ba846 commit 0482dd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
width: 100%;
4848
}
4949

50+
/* increase height of captions since we remove the padding-bottom below the seekbar */
51+
:deep(.shaka-controls-container[shown='true']~.shaka-text-container) {
52+
bottom: 12.5%;
53+
}
54+
5055
.sixteenByNine {
5156
aspect-ratio: 16 / 9;
5257
}
@@ -217,6 +222,9 @@
217222
width: 96%;
218223
}
219224

225+
:deep(.shaka-controls-container[shown='true']~.shaka-text-container) {
226+
bottom: 15%;
227+
}
220228
}
221229

222230
@media only screen and (width <=1350px) {

0 commit comments

Comments
 (0)