Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
71a7750c
Commit
71a7750c
authored
Jun 20, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
5a2c2770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools.svelte
+14
-4
No files found.
src/lib/components/workspace/Tools.svelte
View file @
71a7750c
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment