We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ba846 commit 0482dd1Copy full SHA for 0482dd1
src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css
@@ -47,6 +47,11 @@
47
width: 100%;
48
}
49
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
+
55
.sixteenByNine {
56
aspect-ratio: 16 / 9;
57
@@ -217,6 +222,9 @@
217
222
width: 96%;
218
223
219
224
225
+ :deep(.shaka-controls-container[shown='true']~.shaka-text-container) {
226
+ bottom: 15%;
227
+ }
220
228
221
229
230
@media only screen and (width <=1350px) {
0 commit comments