diff --git a/src/client/components/form/link.vue b/src/client/components/form/link.vue index 01c46e851a..7093f50397 100644 --- a/src/client/components/form/link.vue +++ b/src/client/components/form/link.vue @@ -3,12 +3,18 @@ - + + + + - + + + + @@ -84,6 +90,10 @@ export default defineComponent({ > .right { margin-left: auto; opacity: 0.7; + + > .text:not(:empty) { + margin-right: 0.75em; + } } } } diff --git a/src/client/pages/about-misskey.vue b/src/client/pages/about-misskey.vue index 7e673de0be..4e0e74bfa1 100644 --- a/src/client/pages/about-misskey.vue +++ b/src/client/pages/about-misskey.vue @@ -11,9 +11,21 @@ {{ $t('_aboutMisskey.about') }} - {{ $t('_aboutMisskey.source') }} - {{ $t('_aboutMisskey.translation') }} - {{ $t('_aboutMisskey.donate') }} + + + {{ $t('_aboutMisskey.source') }} + + + + + {{ $t('_aboutMisskey.translation') }} + + + + + {{ $t('_aboutMisskey.donate') }} + +