Design improvements.

This commit is contained in:
pheralb
2023-12-16 22:35:46 +00:00
parent e78b4e0f7f
commit d401bb8682
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
this={link.icon}
size={16}
strokeWidth={1.5}
class="ml-1 transition-transform duration-300 group-hover:-translate-y-[1px]"
class="ml-1 transition-transform duration-300 group-hover:translate-x-[1px]"
/>
{/if}
</a>
+1 -1
View File
@@ -7,7 +7,7 @@
</script>
<div class="sticky top-[63px] z-50">
<div class="relative w-full text-lg">
<div class="relative w-full text-[16px]">
<div class="absolute inset-y-0 left-0 flex items-center pl-3 text-neutral-500">
<div class="pointer-events-none">
<SearchIcon size={20} strokeWidth={searchTerm ? 2.5 : 1.5} />
+1 -1
View File
@@ -61,7 +61,7 @@
<p class="truncate text-[15px] font-medium text-balance text-center">{svgInfo.title}</p>
<a
href={`/directory/${svgInfo.category.toLowerCase()}`}
class="text-sm lowercase text-neutral-500 hover:underline">{svgInfo.category}</a
class="text-sm lowercase text-neutral-500 hover:underline font-mono">{svgInfo.category}</a
>
</div>
<div class="flex items-center space-x-1">