Clean up player CSS

このコミットが含まれているのは:
Omar Roth 2019-03-17 11:57:29 -05:00
コミット 956dc382ea
2個のファイルの変更1行の追加11行の削除

ファイルの表示

@ -318,13 +318,6 @@ img.thumbnail {
object-fit: cover; object-fit: cover;
} }
#player {
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.player-dimensions.vjs-fluid { .player-dimensions.vjs-fluid {
padding-top: 82vh; padding-top: 82vh;
} }
@ -332,8 +325,6 @@ img.thumbnail {
#player-container { #player-container {
position: relative; position: relative;
padding-bottom: 82vh; padding-bottom: 82vh;
margin-left: 1em;
margin-right: 1em;
height: 0; height: 0;
} }

ファイルの表示

@ -9,8 +9,7 @@
<link rel="stylesheet" href="/css/default.css"> <link rel="stylesheet" href="/css/default.css">
<title><%= HTML.escape(video.title) %> - Invidious</title> <title><%= HTML.escape(video.title) %> - Invidious</title>
<style> <style>
video, #my_video, .video-js, .vjs-default-skin #player {
{
position: fixed; position: fixed;
right: 0; right: 0;
bottom: 0; bottom: 0;