Add comments to metadata media overlay.

Adjust the label element width to 120px to be able to fit in the text: 'Comments'.
Adjust the font-weight of the comments & format value to 'normal'.
This commit is contained in:
Borewit
2018-02-19 21:25:22 +01:00
parent 0572f8a932
commit e5a64d9550
2 changed files with 19 additions and 1 deletions

View File

@@ -820,12 +820,17 @@ video::-webkit-media-text-track-container {
.audio-metadata label {
display:inline-block;
width: 100px;
width: 120px;
text-align: right;
font-weight: normal;
margin-right: 25px;
}
.audio-metadata .audio-format,
.audio-metadata .audio-comments {
font-weight: normal;
}
/*
* ERRORS
*/