Use post method for like and retweet

This commit is contained in:
r 2020-01-04 18:56:47 +00:00
parent e9bd72306e
commit 50e58c4e01
3 changed files with 20 additions and 16 deletions

View file

@ -82,6 +82,10 @@
min-width: 64px;
}
.status-action form {
display: inline-block;
}
.status-action:last-child {
min-width: unset;
}