Skip to content

Loading…

make textarea in My filters tab 100% wide #812

Closed
tntc4 opened this Issue · 2 comments

2 participants

@tntc4

please make textarea in "My filters" tab 100% wide.
I have a rules that is too long and everytime I open "My filters" tab I need to resize this textarea.

@Mikey1993

This can be one of many customizable preferences that uBlock can have in the future.

@tntc4

for now I'm fix this my write my own Stylish userstyle rule:

@-moz-document url("chrome://ublock/content/3p-filters.html") {
#externalLists {
width: 100%;
border: 1px solid black;
}
}

@-moz-document url("chrome://ublock/content/1p-filters.html") {
#userFilters {
width: 100%;
border: 1px solid black;
}
}

@gorhill gorhill added a commit that closed this issue
@gorhill gorhill this fixes #812 eb02abb
@gorhill gorhill closed this in eb02abb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.