mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Related commit:
- e917213e81
Specifically, intended font size was no longer
set properly for mobile in popup panel.
8 lines
135 B
CSS
8 lines
135 B
CSS
.entries {
|
|
margin: 0.5em 0;
|
|
margin-inline-start: 2em;
|
|
-webkit-margin-start: 2em;
|
|
}
|
|
.entry {
|
|
margin: 0.5em 0;
|
|
}
|