Manually specify the font size to work around a WKWebView resizing bug. Issue #1878

This commit is contained in:
Maurice Parker
2020-03-12 18:07:40 -05:00
parent 47e42fab0a
commit 61a2e95d2b
2 changed files with 29 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
:root {
font: -apple-system-body;
font-size: [[font-size]]pt;
}
body {
@@ -75,7 +76,8 @@ body .headerTable {
border-bottom: 1px solid var(--header-table-border-color);
}
body .header {
font: -apple-system-body;
font: -apple-system-body;
font-size: [[font-size]]pt;
color: var(--header-color);
}
body .header a:link, body .header a:visited {