Skip to content

Commit 778a7f9

Browse files
Copilotlennon101
andcommitted
Make bar plot corners sharper by reducing border radius
Co-authored-by: lennon101 <1709944+lennon101@users.noreply.github.com>
1 parent 6db29bf commit 778a7f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
{{ lap.getPaceInSecPerKm()|formatPace }}
149149
</div>
150150
<div class="grow min-w-40 px-2 py-1">
151-
<div class="bg-gray-200 rounded-full" style="height: {{ calculatedBarHeight }}px;">
152-
<div class="bg-strava-orange rounded-full" style="width: {{ lap.getRelativePacePercentage() }}%; height: {{ calculatedBarHeight }}px;"></div>
151+
<div class="bg-gray-200 rounded" style="height: {{ calculatedBarHeight }}px;">
152+
<div class="bg-strava-orange rounded" style="width: {{ lap.getRelativePacePercentage() }}%; height: {{ calculatedBarHeight }}px;"></div>
153153
</div>
154154
</div>
155155
<div class="w-32 px-2 py-1">

0 commit comments

Comments
 (0)