-
Notifications
You must be signed in to change notification settings - Fork 80
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
Entire uBlock pop-up GUI not visible #1254
Comments
What is the resolution of your screen? Your browser is responsible for supplying the viewport in which the popup panel is rendered, so if the viewport set by the browser extend beyond the screen, this is a browser issue. The only workaround I see is to reduce the text size of the popup panel. You will have to open an issue with the browser developers -- there was a similar issue somewhere which was closed as a browser issue, I can't find it at the moment. |
Related issue: - uBlockOrigin/uBlock-issues#1254 The advanced setting `uiStyles`[1] can be used to control the minimum width of both the main and firewall panes in the popup panel: - `--popup-main-min-width`, default to `18em` - `--popup-firewall-min-width`, default to `30em` * * * [1] https://github.com/gorhill/uBlock/wiki/Advanced-settings#uistyles
In the latest dev build, you can adjust the minimum width of both the main and firewall panes by using the following CSS properties in the advanced setting
For reference, the current default minimum width for the firewall pane is You can also modify the minimum width for the main pane -- which default to
You can customize both:
I consider this should take care of the issue for now since so far you are the only person having reported such issue. |
Ok, but isn't max-width what I would need in my case? I mean, min-with prevents something from getting to small, right? |
I don't think |
Prerequisites
Description
[Description of the bug or feature]
The main POP-UP GUI is only partly visible on screen. Thelocation of the POP-UP GUI depends on where in the tool-bar the uBlock icon is displayed.
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
N/A
Steps to Reproduce
Expected behavior:
[What you expected to happen]
To see the entire uBlock GUI on the screen.
Actual behavior:
[What actually happened]
Your environment
The text was updated successfully, but these errors were encountered: