mirror of https://github.com/gorhill/uBlock.git
Ensure +/- symbols are same width in popup panel
This commit is contained in:
parent
5d65f6c098
commit
4d8250ab04
|
@ -329,6 +329,7 @@ body[dir="rtl"] #tooltip {
|
||||||
}
|
}
|
||||||
#firewallContainer > div > span[data-acount]::before,
|
#firewallContainer > div > span[data-acount]::before,
|
||||||
#firewallContainer > div > span[data-bcount]::after {
|
#firewallContainer > div > span[data-bcount]::after {
|
||||||
|
font-family: monospace;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
#firewallContainer > div > span[data-acount]::before {
|
#firewallContainer > div > span[data-acount]::before {
|
||||||
|
|
Loading…
Reference in New Issue