diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index 292e8e68..c2039b57 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -5,7 +5,11 @@
- +
@@ -264,6 +268,9 @@ export default { width: 100%; } } + .router-link { + text-decoration: none; + } .show-more-button { margin-left: 5px; } diff --git a/src/views/statuses/show.vue b/src/views/statuses/show.vue index dd9a9d85..45444292 100644 --- a/src/views/statuses/show.vue +++ b/src/views/statuses/show.vue @@ -2,7 +2,10 @@
- +

{{ user.nickname }}

@@ -173,6 +176,9 @@ export default { .reset-password-link { text-decoration: underline; } +.router-link { + text-decoration: none; +} .status-container { margin: 0 15px 0 20px; }