feat: better layout for bar charts

This commit is contained in:
2026-02-26 12:22:53 +01:00
parent 6fa7ac09b8
commit c45747cac0
2 changed files with 41 additions and 35 deletions

View File

@@ -155,14 +155,18 @@
opacity: 0.7;
}
.assistant-panel-chart-item {
.assistant-panel-chart-body {
display: grid;
grid-template-columns: auto 1fr auto;
gap: 8px;
gap: 4px 8px;
align-items: center;
font-size: 12px;
}
.assistant-panel-chart-item {
display: contents;
}
.assistant-panel-chart-label {
justify-self: end;
white-space: nowrap;