mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32: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=""):
|
||||
if isMac:
|
||||
button = "font-weight: bold; height: 24px;"
|
||||
button = "zoom: 120%;"
|
||||
else:
|
||||
button = "font-weight: normal;"
|
||||
|
||||
|
|
Loading…
Reference in a new issue