mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:38:31 +00:00
fix(stats): add mobile chart end spacing
This commit is contained in:
parent
76a81ac7c4
commit
9b09075bb7
1 changed files with 3 additions and 1 deletions
|
|
@ -3782,8 +3782,10 @@
|
|||
|
||||
[data-page="stats"] [data-component="model-usage-chart"] {
|
||||
--model-usage-mobile-bar-width: 16px;
|
||||
--model-usage-mobile-edge-space: 48px;
|
||||
--model-usage-mobile-track-width: calc(
|
||||
var(--model-usage-count) * (var(--model-usage-mobile-bar-width) + var(--model-usage-bar-gap))
|
||||
var(--model-usage-count) * (var(--model-usage-mobile-bar-width) + var(--model-usage-bar-gap)) +
|
||||
var(--model-usage-mobile-edge-space)
|
||||
);
|
||||
width: calc(100% + 48px);
|
||||
height: 360px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue