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
08d8ce42
Commit
08d8ce42
authored
Jan 03, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
c1a81c47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/routes/(app)/prompts/+page.svelte
src/routes/(app)/prompts/+page.svelte
+3
-3
No files found.
src/routes/(app)/prompts/+page.svelte
View file @
08d8ce42
...
@@ -219,9 +219,9 @@ and mentions the following keywords
...
@@ -219,9 +219,9 @@ and mentions the following keywords
<div class=" flex space-x-4 cursor-pointer w-full mb-3">
<div class=" flex space-x-4 cursor-pointer w-full mb-3">
<div class=" flex flex-1 space-x-4 cursor-pointer w-full">
<div class=" flex flex-1 space-x-4 cursor-pointer w-full">
<a href={`/prompts/edit?command=${encodeURIComponent(prompt.command)}`}>
<a href={`/prompts/edit?command=${encodeURIComponent(prompt.command)}`}>
<div class=" flex-1 self-center">
<div class=" flex-1 self-center
pl-5
">
<div class=" font-bold">{prompt.command}</div>
<div class=" font-bold">{prompt.command}</div>
<div class=" text-s
m
overflow-hidden text-ellipsis line-clamp-1">
<div class=" text-
x
s overflow-hidden text-ellipsis line-clamp-1">
{prompt.title}
{prompt.title}
</div>
</div>
</div>
</div>
...
@@ -370,7 +370,7 @@ and mentions the following keywords
...
@@ -370,7 +370,7 @@ and mentions the following keywords
<a
<a
class=" flex space-x-4 cursor-pointer w-full mb-3"
class=" flex space-x-4 cursor-pointer w-full mb-3"
href="https://ollamahub.com/"
href="https://ollamahub.com/
?type=prompts
"
target="_blank"
target="_blank"
>
>
<div class=" self-center w-10">
<div class=" self-center w-10">
...
...
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