We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8012991 commit 7ca1dbbCopy full SHA for 7ca1dbb
ui/less/containers.less
@@ -211,10 +211,11 @@
211
212
/* Set the captions in the middle horizontally by default. */
213
display: flex;
214
- justify-content: center;
+ flex-direction: column;
215
+ align-items: center;
216
217
/* Set the captions at the bottom by default. */
- align-items: flex-end;
218
+ justify-content: flex-end;
219
220
/* If the captions are too long to fit in the video container, hide the
221
* overflow content. */
@@ -231,6 +232,7 @@
231
232
/* These are defaults which are overridden by JS or cue styles. */
233
background-color: rgba(0, 0, 0, 0.8);
234
color: rgb(255, 255, 255);
235
+ display: inline-block;
236
}
237
238
0 commit comments