mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 02:57:08 -04:00
fix: unit overlapses value in server stats card (#22994)
This commit is contained in:
parent
9d639607c7
commit
d0eae97037
@ -29,7 +29,7 @@
|
|||||||
<div class="relative mx-auto font-mono text-2xl font-semibold">
|
<div class="relative mx-auto font-mono text-2xl font-semibold">
|
||||||
<span class="text-gray-400 dark:text-gray-600">{zeros()}</span><span>{value}</span>
|
<span class="text-gray-400 dark:text-gray-600">{zeros()}</span><span>{value}</span>
|
||||||
{#if unit}
|
{#if unit}
|
||||||
<Code color="muted" class="absolute -top-5 end-1 font-light">{unit}</Code>
|
<Code color="muted" class="absolute -top-5 end-1 font-light p-0">{unit}</Code>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user