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

Fixed width usercards in follow lists.

Closes #48

See merge request pleroma/pleroma-fe!181
このコミットが含まれているのは:
eal 2017-12-07 17:18:33 +00:00
コミット 855f8b4f27
1個のファイルの変更1行の追加3行の削除

ファイルの表示

@ -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;