Fix player size with JS disabled
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user