mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
tweak button appearance on osx
This commit is contained in:
parent
34b95514b5
commit
8a7107ad8e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class AnkiWebView(QWebEngineView):
|
||||||
|
|
||||||
def stdHtml(self, body, css="", bodyClass="", js=None, head=""):
|
def stdHtml(self, body, css="", bodyClass="", js=None, head=""):
|
||||||
if isMac:
|
if isMac:
|
||||||
button = "font-weight: bold; height: 24px;"
|
button = "zoom: 120%;"
|
||||||
else:
|
else:
|
||||||
button = "font-weight: normal;"
|
button = "font-weight: normal;"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue