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;"