mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1304 On small displays, not being able to scroll down could become a usability issue.
11 lines
173 B
CSS
11 lines
173 B
CSS
body {
|
|
margin-bottom: 6rem;
|
|
}
|
|
.entries {
|
|
margin: 0.5em 0;
|
|
margin-inline-start: 2em;
|
|
-webkit-margin-start: 2em;
|
|
}
|
|
.entry {
|
|
margin: 0.5em 0;
|
|
}
|