We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5003f commit 77e9c0aCopy full SHA for 77e9c0a
2 files changed
trackio/frontend/src/components/BarPlot.svelte
@@ -658,11 +658,6 @@
658
padding: 6px 0 0;
659
flex-wrap: wrap;
660
}
661
- .legend-title {
662
- font-size: 11px;
663
- color: var(--body-text-color-subdued, #6b7280);
664
- font-weight: 600;
665
- }
666
.legend-item {
667
display: flex;
668
align-items: center;
trackio/frontend/vite.config.js
@@ -4,4 +4,7 @@ import { defineConfig } from "vite";
4
export default defineConfig({
5
base: "/",
6
plugins: [svelte()],
7
+ build: {
8
+ chunkSizeWarningLimit: 1200,
9
+ },
10
});
0 commit comments