mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
This commit is contained in:
parent
54508db9c4
commit
28319f625d
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ body[dir="rtl"] #panes > div {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
#panes > div:nth-of-type(2) {
|
#panes > div:nth-of-type(2) {
|
||||||
font-family: Noto Sans;
|
font-family: "Noto Sans", sans-serif;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
width: 24em;
|
width: 24em;
|
||||||
|
@ -349,7 +349,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: "Noto Mono",monospace;
|
font-family: "Noto Mono", monospace;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(0, -50%);
|
transform: translate(0, -50%);
|
||||||
|
|
Loading…
Reference in a new issue