logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 85e2f8f78c55c3bda7733205be49c93cb34d96d2
parent b2ebfc1fd61cd4c3e92f6a0fde1f44ec26c37962
Author: Eris <femmediscord@gmail.com>
Date:   Thu, 17 Jun 2021 20:57:23 +0000

Don't show profile edit button in sidebar

Diffstat:

Msrc/components/user_card/user_card.vue4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -590,6 +590,10 @@ } } +.sidebar .edit-profile-button { + display: none; +} + .user-counts { display: flex; line-height:16px;