fix: intro dialog on mobile device

closes #77
This commit is contained in:
三咲智子 2022-11-25 15:39:30 +08:00
parent 36ea7f6b4e
commit f476cfe2bf
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ watchOnce(modelValue, () => {
<div
class="
bg-base absolute transition-all duration-200 ease-out shadow rounded-md transform
border border-base left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2
border border-base top-1/2 -translate-y-1/2 mx-8 md:(left-1/2 -translate-x-1/2)
"
:class="modelValue ? 'opacity-100' : 'opacity-0'"
>