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
5ce15bb0
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "0c9cc2baa300b4b3c3713c2005df1e010713fbe9"
Commit
5ce15bb0
authored
Aug 04, 2024
by
Timothy J. Baek
Browse files
refac
parent
88086935
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/common/ImagePreview.svelte
src/lib/components/common/ImagePreview.svelte
+2
-2
No files found.
src/lib/components/common/ImagePreview.svelte
View file @
5ce15bb0
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
bind:this={previewElement}
bind:this={previewElement}
class="modal fixed top-0 right-0 left-0 bottom-0 bg-black text-white w-full min-h-screen h-screen flex justify-center z-[9999] overflow-hidden overscroll-contain"
class="modal fixed top-0 right-0 left-0 bottom-0 bg-black text-white w-full min-h-screen h-screen flex justify-center z-[9999] overflow-hidden overscroll-contain"
>
>
<div class=" absolute left-0 w-full flex justify-between">
<div class=" absolute left-0 w-full flex justify-between
select-none
">
<div>
<div>
<button
<button
class=" p-5"
class=" p-5"
...
@@ -98,6 +98,6 @@
...
@@ -98,6 +98,6 @@
</button>
</button>
</div>
</div>
</div>
</div>
<img {src} {alt} class=" mx-auto h-full object-scale-down" />
<img {src} {alt} class=" mx-auto h-full object-scale-down
select-none" draggable="false
" />
</div>
</div>
{/if}
{/if}
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