forked from midou/invidious
		
	Clean up player CSS
This commit is contained in:
		@@ -318,13 +318,6 @@ img.thumbnail {
 | 
			
		||||
  object-fit: cover;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#player {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.player-dimensions.vjs-fluid {
 | 
			
		||||
  padding-top: 82vh;
 | 
			
		||||
}
 | 
			
		||||
@@ -332,8 +325,6 @@ img.thumbnail {
 | 
			
		||||
#player-container {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  padding-bottom: 82vh;
 | 
			
		||||
  margin-left: 1em;
 | 
			
		||||
  margin-right: 1em;
 | 
			
		||||
  height: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,7 @@
 | 
			
		||||
  <link rel="stylesheet" href="/css/default.css">
 | 
			
		||||
  <title><%= HTML.escape(video.title) %> - Invidious</title>
 | 
			
		||||
  <style>
 | 
			
		||||
  video, #my_video, .video-js, .vjs-default-skin
 | 
			
		||||
  {
 | 
			
		||||
  #player {
 | 
			
		||||
    position: fixed; 
 | 
			
		||||
    right: 0; 
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user