There was an error while loading. Please reload this page.
1 parent 3a0cf33 commit b69ded4Copy full SHA for b69ded4
1 file changed
web/app/globals.css
@@ -329,8 +329,13 @@ data-ui="checked active" class="data-checked:underline">
329
.video-js .vjs-big-play-button {
330
@apply flex h-[2.3em]! w-[2.3em]! items-center justify-center rounded-full! border-none!;
331
}
332
+ .video-js .vjs-big-play-button .vjs-icon-placeholder {
333
+ @apply flex h-full w-full items-center justify-center;
334
+ }
335
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
- @apply text-2xl! max-lg:mt-2.5;
336
+ @apply flex items-center justify-center text-2xl! leading-none;
337
+ /* Optical centering: the triangle glyph is geometrically left-heavy */
338
+ transform: translateX(0em);
339
340
.video-js .vjs-audio-button,
341
.vjs-picture-in-picture-control {
0 commit comments