Skip to content

Commit 6db29bf

Browse files
Copilotlennon101
andcommitted
Increase maximum bar height from 20px to 50px
Co-authored-by: lennon101 <1709944+lennon101@users.noreply.github.com>
1 parent 5d9667e commit 6db29bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/html/activity/activity--sport-type--run.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
</div>
133133
{% for lap in laps %}
134134
{% set heightPercentage = lap.getRelativeMovingTimePercentage() %}
135-
{% set maxBarHeight = 20 %}
135+
{% set maxBarHeight = 50 %}
136136
{% set calculatedBarHeight = (maxBarHeight * heightPercentage / 100)|round(1) %}
137137
<div class="flex items-center" style="margin-bottom: 3px;">
138138
<div class="w-8 px-2 py-1 font-bold">

0 commit comments

Comments
 (0)