enhance(welcome): entrance page selected by kawaii mode

This commit is contained in:
オスカー、 2024-12-04 03:31:22 +09:00
parent 9b7d0cb4e1
commit 3bb82171d2
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
11 changed files with 24 additions and 17 deletions

View file

@ -56,7 +56,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormLink v-if="instance.repositoryUrl" :to="instance.repositoryUrl" external>
<template #icon><i class="ti ti-code"></i></template>
{{ i18n.ts.sourceCode }}
<template #suffix>GitHub</template>
</FormLink>
<MkInfo v-else warn>
{{ i18n.ts.sourceCodeIsNotYetProvided }}
@ -149,7 +148,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</span>
</MkA>
<MkA v-else to="/about" :class="$style.contributor">
<img src="/static-assets/avatar.png" :class="$style.contributorAvatar" alt="Misskey default profile image">
<img src="/static-assets/avatar.png" :class="$style.contributorAvatarOrigin" alt="Misskey default profile image">
<span :class="$style.contributorUsername">Explorer
<span :class="$style.contributorClient">
<span :class="$style.visitor">{{ i18n.ts.timeWillCome }}</span>
@ -362,6 +361,11 @@ $bodyInfoHieght: 16px;
height: ($bodyTitleHieght + $bodyInfoHieght);
}
.contributorAvatarOrigin {
width: 30px;
border-radius: 100%;
}
.contributorUsername {
margin-left: 12px;
}