Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Empty your PiP #1156

Closed
1 task
ImBada opened this issue Feb 26, 2025 · 1 comment
Closed
1 task

[create-theme]: Empty your PiP #1156

ImBada opened this issue Feb 26, 2025 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@ImBada
Copy link

ImBada commented Feb 26, 2025

Name

Empty your PiP

Description

Remove all the UI elements on the PiP window. Just pure video.

Homepage

No response

Image

https://i.imgur.com/GMtNhp5.png

Type

  • JSON Color Theme

Theme Styles

.control-item.control-button {
	display: none !important;
}

#close, #unpip {
	display: none !important;

	&:hover {
		&::after {
			display: none !important;
		}
	}
}

#close {
	display: none !important;
}

#unpip {
	display: none !important;
}

/* for dragging */
#controls {
	visibility: hidden !important;

	&:hover {
		visibility: hidden !important;
	}
}

#controls-bottom-gradient {
	display: none !important;
}

#controls-bottom {
	display: none !important;
}

/* progress bar */
.scrubber-no-drag {
	display: none !important;
}

#scrubber::-moz-range-thumb {
	display: none !important;
}

#scrubber {
	display: none !important;
	&:hover {
		display: none !important;
	}
}

#scrubber {
	&::-moz-range-track, &::-moz-range-progress {
		display: none !important;
	}
}

Readme

It's a pure PiP with no UI elements—just video.
I sometimes found the UI elements visible on mouseover annoying, and I always wanted a player that just shows videos.

Preferences

@ImBada ImBada added the new-theme Submit a theme to be added to the theme library label Feb 26, 2025
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant