diff options
| author | Henry Jameson <me@hjkos.com> | 2017-11-13 08:28:21 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2017-11-13 08:28:21 +0300 |
| commit | 764331c80b0bb7281c0bc6846784691c36cc7a5f (patch) | |
| tree | ce416fb7ebc0e0abd680593f02423745397b7bc9 /src | |
| parent | 0584272cf13566d953d32d42efa1c931d72c3311 (diff) | |
fix white line below buttons in notifications
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 7 |
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 { |
