ui fix
This commit is contained in:
parent
c48ca01a83
commit
082e8dd8db
@ -547,11 +547,11 @@
|
|||||||
crosshair: {
|
crosshair: {
|
||||||
horzLine: {
|
horzLine: {
|
||||||
visible: true,
|
visible: true,
|
||||||
labelBackgroundColor: "#7E3AF2",
|
labelBackgroundColor: "#fff",
|
||||||
},
|
},
|
||||||
vertLine: {
|
vertLine: {
|
||||||
labelVisible: true,
|
labelVisible: true,
|
||||||
labelBackgroundColor: "#7E3AF2",
|
labelBackgroundColor: "#fff",
|
||||||
style: 0,
|
style: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -869,7 +869,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{#if $isBeforeMarketOpen && !$isOpen && !$isWeekend}
|
{#if $isBeforeMarketOpen && !$isOpen && !$isWeekend}
|
||||||
<div
|
<div
|
||||||
class="flex flex-row items-center justify-end text-white text-[0.65rem] sm:text-sm font-normal text-end w-24"
|
class="flex flex-row items-center justify-end text-white text-xs sm:text-sm font-normal text-end w-24"
|
||||||
>
|
>
|
||||||
<span>Pre-market:</span>
|
<span>Pre-market:</span>
|
||||||
<svg
|
<svg
|
||||||
@ -884,9 +884,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div
|
<div
|
||||||
class="flex flex-row items-center justify-end text-white text-[0.65rem] sm:text-sm font-normal text-end w-28"
|
class="flex flex-row items-center justify-end text-white text-xs sm:text-sm font-normal text-end w-28"
|
||||||
>
|
>
|
||||||
<span>Post-market:</span>
|
<span>After-hours:</span>
|
||||||
<svg
|
<svg
|
||||||
class="ml-1 w-4 h-4 inline-block"
|
class="ml-1 w-4 h-4 inline-block"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user