tweak button appearance on osx
This commit is contained in:
parent
34b95514b5
commit
8a7107ad8e
@ -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;"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user