1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +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; 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%);