forked from AkkomaGang/akkoma-fe
Fixed width usercards in follow lists.
This commit is contained in:
parent
f72d6ec83e
commit
05f053219b
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue