Fixed trailer width in release banner.

This commit is contained in:
DebaucheryLibrarian
2021-02-11 02:01:48 +01:00
parent a14227b588
commit d80dd67ad0
7 changed files with 11 additions and 3 deletions

View File

@@ -113,6 +113,14 @@ export default {
text-shadow: 0 0 .5rem var(--lighten-strong);
}
.vjs-error-display {
overflow: hidden;
}
.vjs-modal-dialog-content {
white-space: normal;
}
&:hover {
.vjs-big-play-button {
background-color: var(--primary);