mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix safari fullscreen (#495)
This commit is contained in:
		
							parent
							
								
									eea4ed14dc
								
							
						
					
					
						commit
						469b194d2f
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -29,6 +29,11 @@
 | 
				
			||||||
    background-color: rgba(8, 8, 8, 0.75) !important;
 | 
					    background-color: rgba(8, 8, 8, 0.75) !important;
 | 
				
			||||||
    color: white !important;
 | 
					    color: white !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.shaka-video-container:-webkit-full-screen {
 | 
				
			||||||
 | 
					    max-height: none !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue