Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelay committed Sep 30, 2024
1 parent 1f2cabf commit 0ddc1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/incl/share-modal-new.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="share_modal" data-modal="true" class="hidden fixed w-screen h-screen z-40 inset-0" _="on closeShareModal add .hidden to me">
<div class="fixed bg-black z-40 w-full h-full opacity-75" _="on click trigger closeShareModal"></div>
<div class="z-50 fixed flex justify-center top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 min-w-96" style="max-height: 90%; max-width: 90%;">
<div class="relative w-full max-w-xl bg-white border-2 border-blue-400 rounded-lg p-4 shadow-xl h-min">
<div class="relative w-full max-w-xl bg-white border-2 border-blue-400 rounded-lg p-5 shadow-xl h-min">
<div class="w-full flex flex-row">
<button class="p-3 w-1/2 items-center align-middle text-center flex justify-center cursor-pointer rounded-t-lg bg-gray-200 hover:bg-blue-300 transition-all ease-in duration-200"
id="share_button"
Expand Down

0 comments on commit 0ddc1e9

Please sign in to comment.