bugfixing layout of stocks

This commit is contained in:
MuslemRahimi 2024-12-27 18:26:26 +01:00
parent 6ef5b1adb7
commit 0141a566a3
3 changed files with 5 additions and 5 deletions

View File

@ -97,9 +97,9 @@
{/if} {/if}
{#if data?.getNextEarnings?.past?.length !== 0} {#if data?.getNextEarnings?.past?.length !== 0}
<div class="space-y-3 overflow-hidden mt-5"> <div class="space-y-3 overflow-hidden mt-5 w-full">
<!--Start Content--> <!--Start Content-->
<div class="w-auto lg:w-full p-1 flex flex-col m-auto"> <div class="w-full p-1 flex flex-col">
<div class="flex flex-col items-center w-full mb-3"> <div class="flex flex-col items-center w-full mb-3">
<div class="flex flex-row justify-start mr-auto items-center"> <div class="flex flex-row justify-start mr-auto items-center">
<!--<img class="h-10 inline-block mr-2" src={copilotIcon} />--> <!--<img class="h-10 inline-block mr-2" src={copilotIcon} />-->

View File

@ -573,7 +573,7 @@
</div> </div>
<!--End Mobile Navbar--> <!--End Mobile Navbar-->
<div class="pt-14 sm:pt-0 w-full px-3 sm:px-0"> <div class="pt-14 sm:pt-0 w-full px-3 sm:px-0 lg:pr-3">
<div <div
class="md:flex md:justify-between md:divide-x md:divide-slate-800" class="md:flex md:justify-between md:divide-x md:divide-slate-800"
> >
@ -709,7 +709,7 @@
<!--End Price Alert --> <!--End Price Alert -->
<div <div
class="hidden sm:flex items-end justify-end absolute right-0 top-12 {$scoreComponent === class="hidden sm:flex items-end justify-end absolute right-1.5 top-12 {$scoreComponent ===
false false
? 'invisible' ? 'invisible'
: ''}" : ''}"

View File

@ -1376,7 +1376,7 @@
<div class="lg:sticky lg:top-20"></div> <div class="lg:sticky lg:top-20"></div>
</div> </div>
<div class="w-full"> <div class="lg:w-[65%] 2xl:w-[70%]">
<div <div
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {Object?.keys( class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {Object?.keys(
data?.getEarningsSurprise || {}, data?.getEarningsSurprise || {},