logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 1316ed43a5d203294cb7a41bb19d5fca98f5cea1
parent: a974d2ab8536f116b7e556d9b2f077dbdbb4d3e2
Author: HJ <spam@hjkos.com>
Date:   Mon, 31 Dec 2018 01:41:37 +0000

Merge branch 'fix/conversation-headings-in-user-profile' into 'develop'

Fix conflicting styles in conversation panels under user profile

See merge request pleroma/pleroma-fe!444

Diffstat:

Msrc/components/user_profile/user_profile.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue @@ -43,7 +43,7 @@ flex: 2; flex-basis: 500px; - .panel-heading { + .profile-panel-background .panel-heading { background: transparent; flex-direction: column; align-items: stretch;