Remove css fix, and increase player buttons size.

Closes #757
Partly helps with #754
This commit is contained in:
FireMasterK 2022-01-31 04:34:27 +00:00
parent 265ea59db1
commit 19a1bacd2f
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -536,11 +536,12 @@ export default {
@apply max-h-75vh min-h-64 bg-black; @apply max-h-75vh min-h-64 bg-black;
} }
.shaka-text-container > div { .shaka-video-container .material-icons-round {
height: auto !important; @apply !text-xl;
width: auto !important; }
top: auto !important;
left: auto !important; .shaka-current-time {
@apply !text-base;
} }
.shaka-text-container * { .shaka-text-container * {