1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 23:55:34 +02:00
This commit is contained in:
syuilo
2020-08-25 09:03:52 +09:00
parent 7326f45ffd
commit 598e39a1f3
49 changed files with 54 additions and 54 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="mk-note-page">
<teleport to="#_teleport_header" v-if="note">
<portal to="header" v-if="note">
<mk-avatar class="avatar" :user="note.user" :disable-preview="true"/>
<mfm
:text="$t('noteOf', { user: note.user.name || note.user.username })"
:plain="true" :nowrap="true" :custom-emojis="note.user.emojis" :is-note="false"
/>
</teleport>
</portal>
<div v-if="note">
<button class="_panel _button" v-if="hasNext && !showNext" @click="showNext = true" style="margin: 0 auto var(--margin) auto;"><fa :icon="faChevronUp"/></button>