Minor stlying change
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
<time class="mb-1 text-xs font-normal text-gray-400 sm:order-last sm:mb-0">{{ w.start_time_ago
|
||||
}}</time>
|
||||
|
||||
<div class="text-sm font-normal text-gray-500 lex dark:text-gray-300 flex flex-row flex-wrap space-x-1 justify-items-center"
|
||||
<div class="text-sm font-normal text-gray-500 lex dark:text-gray-300 flex flex-row flex-wrap justify-items-center"
|
||||
_="on click toggle .hidden on #workout_view_wrapper-156">
|
||||
<div
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1">
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
||||
stroke="currentColor" class="w-4 h-4 mr-2" data-darkreader-inline-stroke=""
|
||||
style="--darkreader-inline-stroke: currentColor;">
|
||||
@@ -31,7 +31,7 @@
|
||||
{{ w.duration }}
|
||||
</div>
|
||||
<div
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1">
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke-width="37"
|
||||
class="w-4 h-4 mr-2 feather feather-activity mr-2"
|
||||
style="--darkreader-inline-stroke: currentColor;" viewBox="0 0 512 512"
|
||||
@@ -44,7 +44,7 @@
|
||||
</div>
|
||||
{% if w.is_heart_rate_available %}
|
||||
<div
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1">
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
|
||||
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||
class="feather feather-activity mr-2" data-darkreader-inline-stroke=""
|
||||
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1">
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="40"
|
||||
class="w-3.5 h-3.5 mr-2 feather feather-activity mr-2"
|
||||
style="--darkreader-inline-stroke: currentColor;" viewBox="0 0 512 512"
|
||||
@@ -66,7 +66,7 @@
|
||||
</svg>{{ w.distance }} KM
|
||||
</div>
|
||||
<div
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1">
|
||||
class="text-xs inline-flex items-center font-bold leading-sm uppercase px-3 py-1 rounded-full bg-white text-gray-700 border mb-1 mr-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
||||
stroke="currentColor" class="w-4 h-4 mr-2" data-darkreader-inline-stroke=""
|
||||
style="--darkreader-inline-stroke: currentColor;">
|
||||
|
||||
Reference in New Issue
Block a user