From 8a7107ad8e0129b6db63626f9ba8e3d6fe08b9f1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 22 Jun 2016 14:43:59 +1000 Subject: [PATCH] tweak button appearance on osx --- aqt/webview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/webview.py b/aqt/webview.py index 3695fcc8e..333c2ed15 100644 --- a/aqt/webview.py +++ b/aqt/webview.py @@ -141,7 +141,7 @@ class AnkiWebView(QWebEngineView): def stdHtml(self, body, css="", bodyClass="", js=None, head=""): if isMac: - button = "font-weight: bold; height: 24px;" + button = "zoom: 120%;" else: button = "font-weight: normal;"