1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00
This commit is contained in:
gorhill 2016-11-10 15:36:41 -05:00
parent 54508db9c4
commit 28319f625d

View File

@ -95,7 +95,7 @@ body[dir="rtl"] #panes > div {
direction: rtl;
}
#panes > div:nth-of-type(2) {
font-family: Noto Sans;
font-family: "Noto Sans", sans-serif;
overflow-y: auto;
overflow-x: hidden;
width: 24em;
@ -349,7 +349,7 @@ body[dir="rtl"] #tooltip {
}
#firewallContainer > div > span[data-acount]:before,
#firewallContainer > div > span[data-bcount]:after {
font-family: "Noto Mono",monospace;
font-family: "Noto Mono", monospace;
position: absolute;
top: 50%;
transform: translate(0, -50%);