From 05f053219bed449f50cf1e2f74ef15a28f0e4b06 Mon Sep 17 00:00:00 2001 From: eal Date: Tue, 5 Dec 2017 11:03:41 +0200 Subject: [PATCH] Fixed width usercards in follow lists. --- src/components/user_card/user_card.vue | 4 +--- 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 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;