logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 855f8b4f2789bdac84cdc061c2cec50dc755ccba
parent: 63d29eab3f0e399e8a3b1bbfa35f1717715ffc63
Author: eal <eal@waifu.club>
Date:   Thu,  7 Dec 2017 17:18:33 +0000

Merge branch 'fix/usercard-width' into 'develop'

Fixed width usercards in follow lists.

Closes #48

See merge request pleroma/pleroma-fe!181

Diffstat:

Msrc/components/user_card/user_card.vue4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -59,9 +59,7 @@ } .usercard { - width: -webkit-fill-available; - width: -moz-webkit-fill-available; - stretch: fill; + width: fill-available; margin: 0.2em 0 0.7em 0; border-radius: 10px; border-style: solid;