From 28319f625d7cdf98e46c71fe6b125a228a8b9a41 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 10 Nov 2016 15:36:41 -0500 Subject: [PATCH] fix https://github.com/gorhill/uBlock/commit/4d0eaf3b3c2c36ba5b007481121f2b3ce67b9861#commitcomment-19771533 --- src/css/popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 5623009a9..9846b9785 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -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%);