mirror of
				https://github.com/SoPat712/videospeed.git
				synced 2025-10-29 18:30:35 -04:00 
			
		
		
		
	update Google Photos fullscreen selector
Previous configuration was misfiring on YouTube and shifting controller down.
This commit is contained in:
		| @@ -30,13 +30,13 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| /* Google Photos player */ | /* Google Photos player */ | ||||||
| /* Inline preview doesn't have any additional hooks, relying on Aria label */  | /* Inline preview doesn't have any additional hooks, relying on Aria label */ | ||||||
| a[aria-label^="Video"] .vsc-controller { | a[aria-label^="Video"] .vsc-controller { | ||||||
|   position: relative; |   position: relative; | ||||||
|   top: 35px; |   top: 35px; | ||||||
| } | } | ||||||
| /* Google Photos full-screen view */ | /* Google Photos full-screen view */ | ||||||
| #player:not(.ytd-watch) .html5-video-container .vsc-controller { | #player .house-brand .vsc-controller { | ||||||
|   position: relative; |   position: relative; | ||||||
|   top: 50px; |   top: 50px; | ||||||
| } | } | ||||||
| @@ -68,7 +68,6 @@ div.video-wrapper + div.target { | |||||||
|   height: 0; |   height: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| /* Fix black overlay on Kickstarter */ | /* Fix black overlay on Kickstarter */ | ||||||
| div.video-player.has_played.vertically_center:before, div.legacy-video-player.has_played.vertically_center:before { | div.video-player.has_played.vertically_center:before, div.legacy-video-player.has_played.vertically_center:before { | ||||||
|   content: none !important; |   content: none !important; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ilya Grigorik
					Ilya Grigorik