mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
25 lines
375 B
CSS
25 lines
375 B
CSS
.video-player {
|
|
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;
|
|
} |