uBlock/src/css/whitelist.css
Raymond Hill a45a21f337
Second pass to re-design the dashboard
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.
2020-04-06 14:00:19 -04:00

12 lines
165 B
CSS

html {
height: 100vh;
overflow: hidden;
}
body {
overflow: hidden;
}
#whitelist {
height: 75vh;
text-align: left;
width: 100%;
}