ui fix
This commit is contained in:
parent
5c051bac0c
commit
e8365afb23
@ -358,7 +358,7 @@ function formatTime(dateString) {
|
|||||||
|
|
||||||
|
|
||||||
<div class="w-screen sm:w-full m-auto rounded-none sm:rounded-lg mb-4 overflow-x-scroll sm:overflow-hidden">
|
<div class="w-screen sm:w-full m-auto rounded-none sm:rounded-lg mb-4 overflow-x-scroll sm:overflow-hidden">
|
||||||
<table class="table table-sm table-compact rounded-none sm:rounded-md w-full bg-[#0F0F0F] border-bg-[#0F0F0F] m-auto">
|
<table class="table table-sm table-compact no-scrollbar rounded-none sm:rounded-md w-full bg-[#0F0F0F] border-bg-[#0F0F0F] m-auto">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="bg-[#0F0F0F] border-b border-blue-400">
|
<tr class="bg-[#0F0F0F] border-b border-blue-400">
|
||||||
<th class="text-start bg-[#0F0F0F] text-white text-sm font-semibold">
|
<th class="text-start bg-[#0F0F0F] text-white text-sm font-semibold">
|
||||||
|
|||||||
@ -487,7 +487,7 @@ async function loadSearchData() {
|
|||||||
{item?.symbol}
|
{item?.symbol}
|
||||||
</span>
|
</span>
|
||||||
<div class="rounded-full w-7 h-7 relative bg-[#0F0F0F] flex items-center justify-center">
|
<div class="rounded-full w-7 h-7 relative bg-[#0F0F0F] flex items-center justify-center">
|
||||||
<img style="clip-path: circle(50%);" class="w-5 h-5" src={`https://financialmodelingprep.com/image-stock/${item?.symbol}.png`} alt="stock logo"/>
|
<img style="clip-path: circle(50%);" class="w-5 h-5" src={`https://financialmodelingprep.com/image-stock/${item?.symbol}.png`} alt="stock logo" loading='lazy'/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user