mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -04:00
fix(web): improve year label position (#5141)
This commit is contained in:
parent
5b25d5140c
commit
bfab86b70d
@ -134,7 +134,7 @@
|
|||||||
{#if segment.hasLabel}
|
{#if segment.hasLabel}
|
||||||
<div
|
<div
|
||||||
aria-label={segment.timeGroup + ' ' + segment.count}
|
aria-label={segment.timeGroup + ' ' + segment.count}
|
||||||
class="absolute right-0 z-10 pr-5 text-xs font-medium dark:text-immich-dark-fg font-mono"
|
class="absolute right-0 bottom-0 z-10 pr-5 text-xs font-medium dark:text-immich-dark-fg font-mono"
|
||||||
>
|
>
|
||||||
{segment.date.year}
|
{segment.date.year}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user