aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-12-05 11:03:41 +0200
committereal <eal@waifu.club>2017-12-07 19:11:42 +0200
commit05f053219bed449f50cf1e2f74ef15a28f0e4b06 (patch)
treee915ecc9885cdf669c0fb08b65544c075b4b35db /src
parentf72d6ec83ef753241a9329306c0b3fdf1c3cf534 (diff)
Fixed width usercards in follow lists.
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;