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

[Request] Make "no filtering" list box larger #297

Open
ShadowVlican opened this issue Mar 9, 2025 · 1 comment
Open

[Request] Make "no filtering" list box larger #297

ShadowVlican opened this issue Mar 9, 2025 · 1 comment

Comments

@ShadowVlican
Copy link

SUGGESTION
The current box for the custom list of no filtering is extremely small and hard to navigate. I always need to cut and paste into something else to make decent changes. The OG uBlock had a nice huge area to edit this.

@krystian3w
Copy link

krystian3w commented Mar 11, 2025

If we can drop support Firefox, Safari, Edge/Chrome lower 123 (now required is 122), then works simple:

textarea#trustedSites {
    field-sizing: content;
    min-height: 6 rem;
}

https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing

On the downside, that some horizontal line in the field appears for a while (maybe a GPU error on Intel i3 2-nd generation or Chromium 126 specific) - fallback for that line can be:

.light textarea#trustedSites {
    border: 1px solid #000;
}

.dark textarea#trustedSites {
    border: 1px solid #fff;
}

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

2 participants