Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsajadpp committed Jan 10, 2024
1 parent 60d0260 commit 91d500f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions player.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ <h3>Naruto EP1S1</h3>
});
</script> -->
</div>
<div style="width: 100%; height: 280px;"></div>
<div class="episode-container">
<div class="episodes">
<div class="episode active">
Expand Down
2 changes: 2 additions & 0 deletions src/css/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
display: flex;
align-items: center;
justify-content: center;
position: fixed;
background: #fff;
}

.mobile-player .video-player video {
Expand Down

0 comments on commit 91d500f

Please sign in to comment.