diff options
| author | eal <eal@waifu.club> | 2017-12-05 11:03:41 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-12-07 19:11:42 +0200 |
| commit | 05f053219bed449f50cf1e2f74ef15a28f0e4b06 (patch) | |
| tree | e915ecc9885cdf669c0fb08b65544c075b4b35db /src | |
| parent | f72d6ec83ef753241a9329306c0b3fdf1c3cf534 (diff) | |
Fixed width usercards in follow lists.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 4 |
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; |
