Commit 71a7750c authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 5a2c2770
...@@ -97,15 +97,25 @@ ...@@ -97,15 +97,25 @@
href={`/workspace/tools/edit?id=${encodeURIComponent(tool.id)}`} href={`/workspace/tools/edit?id=${encodeURIComponent(tool.id)}`}
class="flex items-center text-left" class="flex items-center text-left"
> >
<div class=" flex-1 self-center pl-5"> <div class=" flex-1 self-center pl-1">
<div class=" font-semibold flex items-center gap-1.5"> <div class=" font-semibold flex items-center gap-1.5">
<div
class=" text-xs font-black px-1 rounded uppercase line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
TOOL
</div>
<div> <div>
{tool.name} {tool.name}
</div> </div>
<div class=" text-gray-500 text-xs font-medium">{tool.id}</div>
</div> </div>
<div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
{tool.meta.description} <div class="flex gap-1.5 px-1">
<div class=" text-gray-500 text-xs font-medium">{tool.id}</div>
<div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
{tool.meta.description}
</div>
</div> </div>
</div> </div>
</a> </a>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment