aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 3fb3e986..8d6dce67 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -129,8 +129,11 @@
word-break: break-word;
border-left-width: 0px;
line-height: 18px;
- border-bottom: 1px solid;
- border-bottom-color: inherit;
+
+ .timeline & {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ }
.notify {
.avatar {