fix: intro dialog on mobile device

closes #77
zio/stable
三咲智子 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> <p>
Before that, to help boosting out development, you can sponsor our team members with the links below. Before that, to help boosting out development, you can sponsor our team members with the links below.
</p> </p>
<p flex="~ gap-2" mxa> <p flex="~ gap-2 wrap" mxa>
<template v-for="team of teams" :key="team.github"> <template v-for="team of teams" :key="team.github">
<a :href="`https://github.com/sponsors/${team.github}`" target="_blank"> <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> <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 <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 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'" :class="modelValue ? 'opacity-100' : 'opacity-0'"
> >