Skip to content

Commit

Permalink
Add play button to the center of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnolou committed Jan 6, 2018
1 parent 766e49d commit 6918d11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "Reuni\u00e3o",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -15,4 +14,4 @@
"theme_color": "#394039",
"background_color": "#394039",
"display": "standalone"
}
}
6 changes: 6 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ ul {
animation-delay: -1s;
}

.video-js .vjs-big-play-button {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-rotate {
100% {
-webkit-transform: rotate(360deg);
Expand Down

0 comments on commit 6918d11

Please sign in to comment.