Merge branch 'fix/usercard-width' into 'develop'
Fixed width usercards in follow lists. Closes #48 See merge request pleroma/pleroma-fe!181
This commit is contained in:
commit
855f8b4f27
|
@ -59,9 +59,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.usercard {
|
.usercard {
|
||||||
width: -webkit-fill-available;
|
width: fill-available;
|
||||||
width: -moz-webkit-fill-available;
|
|
||||||
stretch: fill;
|
|
||||||
margin: 0.2em 0 0.7em 0;
|
margin: 0.2em 0 0.7em 0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
Loading…
Reference in New Issue