Commit 5ce15bb0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 88086935
...@@ -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}
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