diff options
| author | Shpuld Shpludson <shp@cock.li> | 2017-11-13 06:32:40 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2017-11-13 06:32:40 +0000 |
| commit | f74ad6d3e1cbfa3d855bdd993d2d6a060b8deb2d (patch) | |
| tree | ce416fb7ebc0e0abd680593f02423745397b7bc9 | |
| parent | 0584272cf13566d953d32d42efa1c931d72c3311 (diff) | |
| parent | 764331c80b0bb7281c0bc6846784691c36cc7a5f (diff) | |
Merge branch 'fix-css-notif-button' into 'develop'
Fix white line below buttons in notifications
See merge request pleroma/pleroma-fe!153
| -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 { |
