Skip to content

Commit 1afd5e1

Browse files
Add responsiveness to media player
1 parent 57c536b commit 1afd5e1

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/app/shared/media-player/media-player.component.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,3 @@
1010
background-color: black;
1111
position: relative;
1212
}
13-
14-
.overlay-onchange {
15-
position: absolute;
16-
top: 0;
17-
right: 0;
18-
left: 0;
19-
bottom: 0;
20-
z-index: 9;
21-
display: flex;
22-
align-items: center;
23-
justify-content: center;
24-
}
25-
.video-js {
26-
width: 85em !important;
27-
}

0 commit comments

Comments
 (0)