From b0eccde68b0952450efbf7b19b5cf7125eaad88d Mon Sep 17 00:00:00 2001 From: waleed Date: Sun, 12 Apr 2026 20:19:26 -0700 Subject: [PATCH] fix(models): fix mobile overflow and hide cost bars on small screens --- .../models/components/model-comparison-charts.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sim/app/(landing)/models/components/model-comparison-charts.tsx b/apps/sim/app/(landing)/models/components/model-comparison-charts.tsx index a86095f3e4..dfa7e7edcb 100644 --- a/apps/sim/app/(landing)/models/components/model-comparison-charts.tsx +++ b/apps/sim/app/(landing)/models/components/model-comparison-charts.tsx @@ -59,7 +59,7 @@ function ModelLabel({ model }: ModelLabelProps) { const Icon = PROVIDER_ICON_MAP[model.providerId] return ( -
+
{Icon && } {model.displayName} @@ -116,7 +116,7 @@ function StackedCostChart({ models }: ChartProps) {
- + {formatPrice(input)} input / {formatPrice(output)} output
@@ -196,7 +196,7 @@ function ContextWindowChart({ models }: ChartProps) { opacity: 0.8, }} /> - + {formatTokenCount(value)}