mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): small style issues (#2578)
This commit is contained in:
		| @@ -172,7 +172,9 @@ | ||||
| 				<div><ImageOutline size="24" /></div> | ||||
|  | ||||
| 				<div> | ||||
| 					<p>{`${asset.originalFileName}.${asset.originalPath.split('.')[1]}` || ''}</p> | ||||
| 					<p class="break-all"> | ||||
| 						{`${asset.originalFileName}.${asset.originalPath.split('.')[1]}` || ''} | ||||
| 					</p> | ||||
| 					<div class="flex text-sm gap-2"> | ||||
| 						{#if asset.exifInfo.exifImageHeight && asset.exifInfo.exifImageWidth} | ||||
| 							{#if getMegapixel(asset.exifInfo.exifImageHeight, asset.exifInfo.exifImageWidth)} | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| <button | ||||
| 	on:click | ||||
| 	class="bg-slate-100 hover:bg-gray-200 dark:text-immich-dark-bg p-4 w-full text-left text-sm font-medium focus:outline-none focus:ring-inset focus:ring-2" | ||||
| 	class="bg-slate-100 hover:bg-gray-200 text-immich-fg dark:text-immich-dark-bg p-4 w-full text-left text-sm font-medium focus:outline-none focus:ring-inset focus:ring-2" | ||||
| 	role="menuitem" | ||||
| > | ||||
| 	{#if text} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user