art credit

This commit is contained in:
Henry Jameson 2022-08-08 14:20:01 +03:00
parent 0832228e45
commit e147dbfb82
3 changed files with 19 additions and 3 deletions

View File

@ -83,6 +83,10 @@
linear-gradient(to top, white, white);
}
.art-credit {
text-align: right;
}
&.-peek {
/* Explanation:
* 100vh - 100% = Distance between modal's top+bottom boundaries and screen

View File

@ -33,7 +33,6 @@
<i18n-t
keypath="update.update_bugs"
tag="p"
class="extra-info"
>
<template #pleromaGitlab>
<a
@ -45,7 +44,6 @@
<i18n-t
keypath="update.update_changelog"
tag="p"
class="extra-info"
>
<template #theFullChangelog>
<a
@ -54,6 +52,19 @@
>{{ $t('update.update_changelog_here') }}</a>
</template>
</i18n-t>
<p class="art-credit">
<i18n-t
keypath="update.art_by"
tag="small"
>
<template #linkToArtist>
<a
target="_blank"
href="https://post.ebin.club/pipivovott"
>pipivovott</a>
</template>
</i18n-t>
</p>
</div>
</div>
<div class="spacer-bottom" />

View File

@ -969,6 +969,7 @@
"update_bugs": "Please report any issues and bugs on {pleromaGitlab}, as we have changed a lot, and although we test thoroughly and use development versions ourselves, we may have missed some things. We welcome your feedback and suggestions on issues you might encounter, or how to improve Pleroma and Pleroma-FE.",
"update_bugs_gitlab": "Pleroma GitLab",
"update_changelog": "For more details on what's changed, see {theFullChangelog}.",
"update_changelog_here": "the full changelog"
"update_changelog_here": "the full changelog",
"art_by": "Art by {linkToArtist}"
}
}