mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Additionally, add a button in the About pane to launch benchmark sessions. The button will be available only when advanced setting `benchmarkDatasetURL` is set and pointing to a valid dataset.
24 lines
360 B
CSS
24 lines
360 B
CSS
body {
|
|
margin-bottom: 6rem;
|
|
}
|
|
.entries {
|
|
margin: 0.5em 0;
|
|
margin-inline-start: 2em;
|
|
-webkit-margin-start: 2em;
|
|
}
|
|
.entry {
|
|
margin: 0.5em 0;
|
|
}
|
|
#dev {
|
|
align-items: flex-start;
|
|
display: none;
|
|
}
|
|
#dev.enabled {
|
|
display: flex;
|
|
}
|
|
#dev > * {
|
|
margin-inline-end: 1em;
|
|
}
|
|
#dev > div {
|
|
white-space: pre;
|
|
}
|