fix: いろいろ

This commit is contained in:
mattyatea 2023-09-20 09:56:59 +09:00
parent ded8135d36
commit f9574b028b
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._aboutMisskey.source }}
<template #suffix>GitHub</template>
</FormLink>
<FormLink to="https://github.com/mattyatea/misskey" external>
<FormLink to="https://github.com/prismisskey/misskey" external>
<template #icon><i class="ti ti-code"></i></template>
{{ i18n.ts._aboutMisskey.forksource }}
<template #suffix>GitHub</template>

View File

@ -118,8 +118,8 @@ function more() {
height: 100%;
background-size: cover;
background-position: center center;
-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
mask-image: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.75) 100%);
-webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%);
mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%);
}
.instance {