mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Manually specify the font size to work around a WKWebView resizing bug. Issue #1878
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user