diff --git a/README.md b/README.md index c172067c..010d9adc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ ## 細かい変更点 +- 通知の表示を簡潔にする + - 「がリアクションしました」とかリプライの上にある白い線とかが邪魔に思えたため - 支援者リストをファイルから読み込む - 外部のサーバーが落ちるとユーザーページが開けなくなることを防ぐため - 閲覧注意の注釈と画像の代替テキストもアンテナで調べる対象にする diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index f5cb5cca..face71b6 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -24,7 +24,7 @@ collapsedReply: collapsedReply && appearNote.reply, }" > -
+
{{ i18n.ts.promotion @@ -676,9 +676,9 @@ defineExpose({ > .line { position: relative; z-index: 2; - width: var(--avatarSize); + width: 0; display: flex; - margin-right: 14px; + margin-right: 0; margin-top: 0; flex-grow: 0; pointer-events: none; @@ -934,7 +934,7 @@ defineExpose({ margin-top: 0px; } > .line { - margin-right: 10px; + margin-right: 0; &::before { margin-top: 8px; } diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue index ba5591ab..a7de770e 100644 --- a/packages/client/src/components/MkNotification.vue +++ b/packages/client/src/components/MkNotification.vue @@ -114,15 +114,12 @@ :to="notePage(notification.note)" :title="getNoteSummary(notification.note)" > - {{ i18n.ts._notification.reacted }} - - - {{ i18n.ts._notification.renoted }} - - - {{ i18n.ts._notification.voted }} - - - - { overflow: hidden; text-overflow: ellipsis; - > span:first-child { - opacity: 0.7; - &::after { - content: ": "; - } - } + // > span:first-child { + // opacity: 0.7; + // &::after { + // content: ": "; + // } + // } > i { vertical-align: super;