mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Related commit:
- 453f5450b6
The changes in this commit are mostly related
to the "Filter lists" pane.
An eye icon has been added, which purpose is
to view the content of a list. Clicking on the
name of the list will toggle the list's
checkbox.
12 lines
165 B
CSS
12 lines
165 B
CSS
html {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
#whitelist {
|
|
height: 75vh;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|