mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00: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:
		| @@ -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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user