logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f74ad6d3e1cbfa3d855bdd993d2d6a060b8deb2d
parent: 0584272cf13566d953d32d42efa1c931d72c3311
Author: Shpuld Shpludson <shp@cock.li>
Date:   Mon, 13 Nov 2017 06:32:40 +0000

Merge branch 'fix-css-notif-button' into 'develop'

Fix white line below buttons in notifications

See merge request pleroma/pleroma-fe!153

Diffstat:

Msrc/components/status/status.vue7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 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 {