forked from Mirrors/elk
fix(ModalDialog): center the preview image (#141)
This commit is contained in:
parent
ef287b4f36
commit
7415c5fca2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ watchOnce(modelValue, () => {
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
bg-base absolute transition-all duration-200 ease-out shadow rounded-md transform
|
bg-base absolute transition-all duration-200 ease-out shadow rounded-md transform
|
||||||
border border-base top-1/2 -translate-y-1/2 mx-8 md:(left-1/2 -translate-x-1/2)
|
border border-base top-1/2 -translate-y-1/2 left-1/2 -translate-x-1/2
|
||||||
"
|
"
|
||||||
:class="modelValue ? 'opacity-100' : 'opacity-0'"
|
:class="modelValue ? 'opacity-100' : 'opacity-0'"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue