diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-03-19 20:10:12 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2019-03-19 20:13:26 -0500 |
| commit | 7a54b1d36a5936a6f59d02fa173aa5e421756372 (patch) | |
| tree | 68595d6bb4445a46ee98f75e87ef3d47d56bcb7a /assets | |
| parent | 9091b36249cc0919c355da1b76b8d5346a90c736 (diff) | |
| download | invidious-7a54b1d36a5936a6f59d02fa173aa5e421756372.tar.gz invidious-7a54b1d36a5936a6f59d02fa173aa5e421756372.tar.bz2 invidious-7a54b1d36a5936a6f59d02fa173aa5e421756372.zip | |
Fix player size with JS disabled
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/default.css | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index bd39a0e3..001b70e1 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -322,29 +322,17 @@ img.thumbnail { padding-top: 82vh; } +video.video-js { + position: absolute; + height: 100%; +} + #player-container { position: relative; padding-bottom: 82vh; height: 0; } -#progress-container { - width: 100%; - border-radius: 2px; - background-color: #a0a0a0; - color: rgba(35, 35, 35, 1); -} - -#download-progress { - width: 0%; - border-radius: 2px; - height: 10px; - background-color: rgba(0, 182, 240, 1); - color: #fff; - margin-top: 0.5em; - margin-bottom: 0.5em; -} - .pure-control-group label { word-wrap: normal; } |
