diff options
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.js | 2 | ||||
| -rw-r--r-- | src/components/status/status.vue | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 06e4fe93..0273a5be 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -298,8 +298,10 @@ const Status = { if (tag) { const link = this.generateTagLink(tag) this.$router.push(link) + return } } + window.open(target.href, '_blank') } }, toggleReplying () { diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 76daf73a..aae365d1 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -438,6 +438,8 @@ .user-name { font-weight: bold; + overflow: hidden; + text-overflow: ellipsis; img { width: 14px; |
