fitness: more space for map-preview

This commit is contained in:
2026-03-21 19:39:28 +01:00
parent c5bfba5440
commit 2ad93b5ad1
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@
color: var(--color-text-secondary);
}
.map-preview {
height: 80px;
height: 150px;
margin-bottom: 0.5rem;
background: color-mix(in srgb, var(--color-primary) 6%, transparent);
border-radius: 6px;

View File

@@ -1,7 +1,7 @@
<script>
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
import { Plus, Trash2, Play, Pencil, X, Save, CalendarClock, ChevronUp, ChevronDown, ArrowRight, GripVertical } from 'lucide-svelte';
import { Plus, Trash2, Play, Pencil, X, Save, CalendarClock, ChevronUp, ChevronDown, ArrowRight } from 'lucide-svelte';
import { getWorkout } from '$lib/js/workout.svelte';
import { getWorkoutSync } from '$lib/js/workoutSync.svelte';
import { getExerciseById, getExerciseMetrics, METRIC_LABELS } from '$lib/data/exercises';