1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00

fix(web): trash link wrongly wrapped (#4586)

* Added missing alt text on logo in documentation

* Better to use CSS to do the uppercases

Some assistive technology can spell each letter instead of read the word, depends a lot on internals but it's better to prevent...

* Semantic fix - single paragraph instead of many + uppercase via CSS

Single sentence in single paragraph, using css instead

* React requires className instead of class...

* Unnest Trash link from Archive
This commit is contained in:
Bogdan Cerovac 2023-10-23 18:24:58 +02:00 committed by GitHub
parent 6b25435b4f
commit 755649a3c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,7 @@
{/await}
</svelte:fragment>
</SideBarButton>
</a>
{#if $featureFlags.trash}
<a data-sveltekit-preload-data="hover" href={AppRoute.TRASH} draggable="false">
@ -158,7 +159,6 @@
</SideBarButton>
</a>
{/if}
</a>
<!-- Status Box -->
<div class="mb-6 mt-auto">