aboutsummaryrefslogtreecommitdiff
path: root/src/components/mention_link
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-11 03:11:58 +0300
committerHenry Jameson <me@hjkos.com>2021-06-11 03:11:58 +0300
commitf883d2f75cd3c404115bd2c98b6d3c8d7ff10ef6 (patch)
tree1cfb6499bc5ffc5eb246fb1b270191926681b414 /src/components/mention_link
parentb84aeff6bf288b6e5855c2be0fd78577a0f7c0e5 (diff)
better handling of hellthreads with mentions at bottom
Diffstat (limited to 'src/components/mention_link')
-rw-r--r--src/components/mention_link/mention_link.js6
-rw-r--r--src/components/mention_link/mention_link.scss4
2 files changed, 0 insertions, 10 deletions
diff --git a/src/components/mention_link/mention_link.js b/src/components/mention_link/mention_link.js
index 00b9e388..eec116db 100644
--- a/src/components/mention_link/mention_link.js
+++ b/src/components/mention_link/mention_link.js
@@ -28,11 +28,6 @@ const MentionLink = {
userScreenName: {
required: false,
type: String
- },
- firstMention: {
- required: false,
- type: Boolean,
- default: false
}
},
methods: {
@@ -89,7 +84,6 @@ const MentionLink = {
{
'-you': this.isYou,
'-highlighted': this.highlight,
- '-firstMention': this.firstMention,
'-oldStyle': this.oldStyle
},
this.highlightType
diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss
index 9df1ccfe..1be3e7c5 100644
--- a/src/components/mention_link/mention_link.scss
+++ b/src/components/mention_link/mention_link.scss
@@ -38,10 +38,6 @@
.new {
margin-right: 0.25em;
- &.-firstMention {
- display: none;
- }
-
&.-you {
& .shortName,
& .full {