Schriftgrößen global +2px (v=110)
Alle font-size in style.css (Body-Basis 14→16px) und die Chart-fontSize in app.js um 2px erhöht (User-Vorgabe „alle Schriftarten +2pt"). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
027995d1e7
commit
03ef1c75e6
+1
-1
@@ -1062,7 +1062,7 @@ function _makeChart(tf) {
|
||||
// weil loadCharts erst nach dem Einblenden des Tabs läuft.
|
||||
const chart = LightweightCharts.createChart(el, {
|
||||
width: el.clientWidth || 320, height: 200,
|
||||
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 11 },
|
||||
layout: { background: { color: "#0d1117" }, textColor: "#8b949e", fontSize: 13 },
|
||||
grid: { vertLines: { color: "#161b22" }, horzLines: { color: "#161b22" } },
|
||||
timeScale: { borderColor: "#30363d", timeVisible: true, secondsVisible: false },
|
||||
rightPriceScale: { borderColor: "#30363d" },
|
||||
|
||||
Reference in New Issue
Block a user