Skip to content

Commit

Permalink
Fix font size
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Feb 18, 2024
1 parent f0ea85c commit 52381f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dict-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ html

body
{
font-size: 12pt;
font: -apple-system-body;
font-family: -apple-system;
margin-left: 0.9em;
margin-right: 0.9em;
margin-top: 1.0em;
margin-bottom: 1.5em;
/* filter: invert(100%); */
/* font-size needs to come after font as the included
"-apple-system-body" comes with size too. */
font-size: calc(var(--result-text-size, 16pt) * 0.75);
}

html.apple_client-panel body
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ Subsequent searches should be snappy
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>webaddress</key>
<string>https://github.com/mr-pennyworth/alfred-better-dictionaries</string>
</dict>
Expand Down

0 comments on commit 52381f1

Please sign in to comment.