Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

make textarea in My filters tab 100% wide #812

Closed
tntc4 opened this issue Feb 16, 2015 · 2 comments
Closed

make textarea in My filters tab 100% wide #812

tntc4 opened this issue Feb 16, 2015 · 2 comments

Comments

@tntc4
Copy link

tntc4 commented Feb 16, 2015

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
Copy link
Contributor

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

@tntc4
Copy link
Author

tntc4 commented Feb 16, 2015

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;
}
}

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

No branches or pull requests

2 participants