tweak button appearance on osx

This commit is contained in:
Damien Elmes 2016-06-22 14:43:59 +10:00
parent 34b95514b5
commit 8a7107ad8e

View File

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