change continue thread text
This commit is contained in:
parent
f4449cfafd
commit
aaaa58a8db
2 changed files with 12 additions and 1 deletions
|
@ -835,7 +835,7 @@ muteThread: "Mute thread"
|
||||||
unmuteThread: "Unmute thread"
|
unmuteThread: "Unmute thread"
|
||||||
ffVisibility: "Follows/Followers Visibility"
|
ffVisibility: "Follows/Followers Visibility"
|
||||||
ffVisibilityDescription: "Allows you to configure who can see who you follow and who follows you."
|
ffVisibilityDescription: "Allows you to configure who can see who you follow and who follows you."
|
||||||
continueThread: "View thread continuation"
|
continueThread: "Continue thread"
|
||||||
deleteAccountConfirm: "This will irreversibly delete your account. Proceed?"
|
deleteAccountConfirm: "This will irreversibly delete your account. Proceed?"
|
||||||
incorrectPassword: "Incorrect password."
|
incorrectPassword: "Incorrect password."
|
||||||
voteConfirm: "Confirm your vote for \"{choice}\"?"
|
voteConfirm: "Confirm your vote for \"{choice}\"?"
|
||||||
|
|
|
@ -171,6 +171,17 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
||||||
font-size: 1em !important;
|
font-size: 1em !important;
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
position: static;
|
||||||
|
&::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
inset: 0;
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
content: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.reply, &.reply-to, &.reply-to-more {
|
&.reply, &.reply-to, &.reply-to-more {
|
||||||
|
|
Loading…
Reference in a new issue