From 764331c80b0bb7281c0bc6846784691c36cc7a5f Mon Sep 17 00:00:00 2001
From: Henry Jameson <me@hjkos.com>
Date: Mon, 13 Nov 2017 08:28:21 +0300
Subject: [PATCH] fix white line below buttons in notifications

---
 src/components/status/status.vue | 7 +++++--
 1 file 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 {