aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-12-07 17:18:33 +0000
committereal <eal@waifu.club>2017-12-07 17:18:33 +0000
commit855f8b4f2789bdac84cdc061c2cec50dc755ccba (patch)
tree43b2983811158c614d060ccd706c6a3b7b2bc02b /src
parent63d29eab3f0e399e8a3b1bbfa35f1717715ffc63 (diff)
parent05f053219bed449f50cf1e2f74ef15a28f0e4b06 (diff)
Merge branch 'fix/usercard-width' into 'develop'
Fixed width usercards in follow lists. Closes #48 See merge request pleroma/pleroma-fe!181
Diffstat (limited to 'src')
-rw-r--r--src/components/user_card/user_card.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index 6c150a7a..dd14d1b4 100644
--- 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;