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

@ -51,7 +51,7 @@ const teams: Team[] = [
<p>
Before that, to help boosting out development, you can sponsor our team members with the links below.
</p>
<p flex="~ gap-2" mxa>
<p flex="~ gap-2 wrap" mxa>
<template v-for="team of teams" :key="team.github">
<a :href="`https://github.com/sponsors/${team.github}`" target="_blank">
<img :src="`https://github.com/${team.github}.png`" :alt="team.display" rounded-full w-15 h-15>

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'"
>