mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
Fix overly small font size in element picker
This commit is contained in:
parent
47d211ac5c
commit
32207c1219
@ -73,7 +73,6 @@ html#ublock0-epicker,
|
||||
#ublock0-epicker section .codeMirrorContainer {
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
font: 11px monospace;
|
||||
height: 8em;
|
||||
max-height: 50vh;
|
||||
min-height: 1em;
|
||||
@ -200,7 +199,7 @@ html#ublock0-epicker,
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
direction: ltr;
|
||||
font: 11px monospace;
|
||||
font-family: monospace;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#ublock0-epicker #candidateFilters .changeFilter li.active {
|
||||
|
Loading…
Reference in New Issue
Block a user