This commit is contained in:
MuslemRahimi 2024-12-06 23:10:59 +01:00
parent cc938bf555
commit b062066048

View File

@ -55,7 +55,7 @@
{#if isLoaded} {#if isLoaded}
{#if wiim?.length !== 0} {#if wiim?.length !== 0}
<div class="mt-2"> <div class="mt-5">
{#each showFullHistory ? wiim : wiim?.slice(0, 2) as item, index} {#each showFullHistory ? wiim : wiim?.slice(0, 2) as item, index}
<div <div
class="w-full {index === 1 && !showFullHistory && wiim?.length > 2 class="w-full {index === 1 && !showFullHistory && wiim?.length > 2
@ -66,7 +66,7 @@
<div class=""> <div class="">
<div class="flex justify-center"> <div class="flex justify-center">
<!--Start Item--> <!--Start Item-->
<div class="flex flex-row items-center w-full mb-6"> <div class="flex flex-row items-center w-full mb-8">
<!-- Vertical Line --> <!-- Vertical Line -->
<div <div
class="w-1 h-full mr-4 rounded-lg {item?.changesPercentage === class="w-1 h-full mr-4 rounded-lg {item?.changesPercentage ===
@ -78,11 +78,9 @@
></div> ></div>
<!-- Item Content --> <!-- Item Content -->
<div <div class="w-full h-full">
class="w-full border-b border-gray-600 h-full pt-2 pb-4"
>
<div class="flex flex-col items-start"> <div class="flex flex-col items-start">
<div class="flex flex-row items-start w-full pt-2"> <div class="flex flex-row items-start w-full">
<span class="text-white text-sm" <span class="text-white text-sm"
>{formatDate(item?.date)} &#183; >{formatDate(item?.date)} &#183;
<a <a