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

Regrets Reporter covers functional button in mini player #32

Open
ChrisTheCat opened this issue Dec 6, 2021 · 2 comments
Open

Regrets Reporter covers functional button in mini player #32

ChrisTheCat opened this issue Dec 6, 2021 · 2 comments

Comments

@ChrisTheCat
Copy link

When I move a video to the mini player, Regrets Reporter covers up the button at top right of the mini player that allows you to return to regular view.

@ryoakg
Copy link

ryoakg commented Oct 12, 2022

I came across it too.

Here is a workaround, you might have already fixed it yourself though.

Put following in your Stylus collection.

@-moz-document domain("www.youtube.com") {

.miniplayer [id^="regrets_reporter__video_"].mrr-injected-btn{
	top: 40px;
}

}

@Xheralt
Copy link

Xheralt commented Sep 27, 2024

That assumes one HAS Stylus (or even knew it existed) and knows how to use it. I don't. But yes, permanently offsetting the Regrets button from the top left corner either left or down by that amount would resolve the screen real estate conflict.

Lacking Stylus, about the only other thing one can do to restore the video window to full size is simply close the player altogether and reopen it from Youtube's (or Firefox's) History.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants