mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 17:59:05 +01:00
prevent extra colon from showing up
This commit is contained in:
parent
52b0c6c8f8
commit
87360eab9c
@ -114,7 +114,7 @@
|
|||||||
:to="notePage(notification.note)"
|
:to="notePage(notification.note)"
|
||||||
:title="getNoteSummary(notification.note)"
|
:title="getNoteSummary(notification.note)"
|
||||||
>
|
>
|
||||||
<span>{{ i18n.ts._notification.reacted }}</span>
|
<span>{{ i18n.ts._notification.reacted }}: </span>
|
||||||
<i class="ph-quotes ph-fill ph-lg"></i>
|
<i class="ph-quotes ph-fill ph-lg"></i>
|
||||||
<Mfm
|
<Mfm
|
||||||
:text="getNoteSummary(notification.note)"
|
:text="getNoteSummary(notification.note)"
|
||||||
@ -130,7 +130,7 @@
|
|||||||
:to="notePage(notification.note)"
|
:to="notePage(notification.note)"
|
||||||
:title="getNoteSummary(notification.note.renote)"
|
:title="getNoteSummary(notification.note.renote)"
|
||||||
>
|
>
|
||||||
<span>{{ i18n.ts._notification.renoted }}</span>
|
<span>{{ i18n.ts._notification.renoted }}: </span>
|
||||||
<i class="ph-quotes ph-fill ph-lg"></i>
|
<i class="ph-quotes ph-fill ph-lg"></i>
|
||||||
<Mfm
|
<Mfm
|
||||||
:text="getNoteSummary(notification.note.renote)"
|
:text="getNoteSummary(notification.note.renote)"
|
||||||
@ -185,7 +185,7 @@
|
|||||||
:to="notePage(notification.note)"
|
:to="notePage(notification.note)"
|
||||||
:title="getNoteSummary(notification.note)"
|
:title="getNoteSummary(notification.note)"
|
||||||
>
|
>
|
||||||
<span>{{ i18n.ts._notification.voted }}</span>
|
<span>{{ i18n.ts._notification.voted }}: </span>
|
||||||
<i class="ph-quotes ph-fill ph-lg"></i>
|
<i class="ph-quotes ph-fill ph-lg"></i>
|
||||||
<Mfm
|
<Mfm
|
||||||
:text="getNoteSummary(notification.note)"
|
:text="getNoteSummary(notification.note)"
|
||||||
@ -519,9 +519,6 @@ useTooltip(reactionRef, (showing) => {
|
|||||||
|
|
||||||
> span:first-child {
|
> span:first-child {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
&::after {
|
|
||||||
content: ": ";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> i {
|
> i {
|
||||||
|
Loading…
Reference in New Issue
Block a user