Updated view of player to be more responsive. Window width is now recorded for eventual use for responsiveness optimization

This commit is contained in:
Isaac Grynsztein
2020-02-17 00:28:49 -05:00
parent 8e7bb4ba3b
commit d54b2a73c8
3 changed files with 39 additions and 17 deletions

View File

@@ -1,19 +1,25 @@
.video-player {
width: 100%;
margin: 0 auto;
}
.audio-styles {
height: 50px;
background-color: transparent;
width: 100%;
}
.video-styles {
width: 80%;
}
::ng-deep .mat-button-toggle-label-content {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.container-video {
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}