--- reader-view.old/data/inject/wrapper.js +++ reader-view/data/inject/wrapper.js @@ -271,7 +271,7 @@ // Set height if it's missing if (!svg.hasAttribute('height')) { const height = style.height; - svg.setAttribute('height', height); + svg.setAttribute('height', '100%'); } } } --- reader-view.old/data/options/index.css +++ reader-view/data/options/index.css @@ -4,10 +4,10 @@ } body { - font-size: 14px; + font-size: 20px; background-color: #fff; color: var(--fg); - width: min(100% - 2rem, 70rem); + width: min(100% - 2rem, 80rem); margin-inline: auto; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } @@ -58,7 +58,7 @@ } th { text-align: left; - font-weight: 500; + font-weight: normal; padding: 5px; background-color: rgba(0, 0, 0, 0.05); white-space: nowrap; --- reader-view.old/data/reader/template.html +++ reader-view/data/reader/template.html @@ -9,7 +9,7 @@ @font-face { font-family: 'Comic Neue'; font-style: normal; - font-weight: 400; + font-weight: normal; src: url(fonts/4UaHrEJDsxBrF37olUeD96rp57F2IwM.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @@ -17,7 +17,7 @@ @font-face { font-family: 'Lexend Deca'; font-style: normal; - font-weight: 400; + font-weight: normal; src: url(fonts/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1wqxnDirZPl3v-.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @@ -25,7 +25,7 @@ @font-face { font-family: 'Poppins'; font-style: normal; - font-weight: 400; + font-weight: normal; src: url(fonts/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } --- reader-view.old/defaults.js +++ reader-view/defaults.js @@ -2,7 +2,7 @@ 'embedded': false, 'auto-fullscreen': false, 'auto-rules': [], - 'font-size': 15, + 'font-size': 18, 'os-sync': false, 'display-loader': true, 'preferred-dark-mode': 'groove-dark', @@ -42,7 +42,7 @@ name: `Lexend Deca`, value: `'Lexend Deca', Arial, sans-serif` }], - 'width': 600, + 'width': 700, 'line-height': 32, 'column-count': 1, 'text-align': true,