diff --git a/web/cob_dashboard.html b/web/cob_dashboard.html index 3b390e3..af844ba 100644 --- a/web/cob_dashboard.html +++ b/web/cob_dashboard.html @@ -154,6 +154,35 @@ margin-top: 4px; } + .mini-chart-container { + margin: 8px 0; + padding: 6px; + background-color: #0a0a0a; + border-radius: 3px; + border: 1px solid #333; + } + + .mini-chart { + width: 100%; + height: 60px; + position: relative; + background-color: #111; + border-radius: 2px; + } + + .mini-chart canvas { + width: 100%; + height: 100%; + border-radius: 2px; + } + + .chart-title { + font-size: 0.7rem; + color: #888; + text-align: center; + margin-bottom: 3px; + } + .orderbook-row { display: grid; grid-template-columns: 60px 100px 1fr 80px; @@ -386,8 +415,8 @@