diff --git a/app/css/player.css b/app/css/player.css index 6fca3e6..dafd66e 100644 --- a/app/css/player.css +++ b/app/css/player.css @@ -45,7 +45,9 @@ right: 2rem; width: 25%; transition: width .2s ease; - z-index: 10 + z-index: 10; + flex-direction: column; + justify-content: center; } #player>a { @@ -116,6 +118,7 @@ #video { width: 100%; + height: 100% } .volume { diff --git a/app/index.html b/app/index.html index 90fe212..8e7db3e 100644 --- a/app/index.html +++ b/app/index.html @@ -135,7 +135,7 @@