Updated player view to prevent video from being too large

This commit is contained in:
Isaac Grynsztein
2020-04-15 02:02:03 -04:00
parent a8d6298cfd
commit 0d54cb9872
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
}
.video-styles {
width: 80%;
width: 100%;
}
::ng-deep .mat-button-toggle-label-content {
@@ -64,6 +64,7 @@
.video-col {
padding-right: 0px;
padding-left: 0.01px;
height: 100%;
}
.save-icon {