logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8
parent: 6c5b5eb52b7e000a2af896a0ada9ff4488ac8709
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 15 Jan 2017 16:26:37 +0100

User profile css fix.

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 @@ -1,5 +1,5 @@ <template> - <div class="user-profile panel panel-default"> + <div class="user-profile panel panel-default base00-background"> <user-card-content :user="user"></user-card-content> </div> </template>