1
0
Fork 0

Fix player error modal size

This commit is contained in:
Chocobozzz 2022-12-02 15:31:21 +01:00
parent 71e3e879c0
commit bd09dfaf8d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 6 deletions

View File

@ -14,9 +14,3 @@ $height: 40px;
justify-content: center;
align-items: center;
}
.vjs-modal-dialog
.vjs-modal-dialog-content,
.video-js .vjs-modal-dialog {
top: $height;
}

View File

@ -202,6 +202,10 @@ body {
}
}
.vjs-modal-dialog-content {
padding-top: 40px !important;
}
// Error display disabled
.vjs-error:not(.vjs-error-display-enabled) {
.vjs-custom-error-display {