このコミットが含まれているのは:
Henry Jameson 2021-06-08 17:19:38 +03:00
コミット 5c655b6675
3個のファイルの変更4行の追加4行の削除

ファイルの表示

@ -36,7 +36,7 @@ import {
faEyeSlash, faEyeSlash,
faEye, faEye,
faThumbtack, faThumbtack,
faAt, faAt
} from '@fortawesome/free-solid-svg-icons' } from '@fortawesome/free-solid-svg-icons'
library.add( library.add(

ファイルの表示

@ -262,8 +262,8 @@
class="mention-link" class="mention-link"
:content="replyToName" :content="replyToName"
:url="replyProfileLink" :url="replyProfileLink"
:userId="status.in_reply_to_user_id" :user-id="status.in_reply_to_user_id"
:userScreenName="status.in_reply_to_screen_name" :user-screen-name="status.in_reply_to_screen_name"
:first-mention="false" :first-mention="false"
/> />
<span <span

ファイルの表示

@ -46,7 +46,7 @@
v-if="!mentionsOwnLine" v-if="!mentionsOwnLine"
:attentions="status.attentions" :attentions="status.attentions"
class="mentions-line" class="mentions-line"
/> />
<RichContent <RichContent
:class="{ '-single-line': singleLine }" :class="{ '-single-line': singleLine }"
class="text media-body" class="text media-body"