diff options
author | r <r@freesoftwareextremist.com> | 2020-01-04 18:56:47 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-04 18:56:47 +0000 |
commit | 50e58c4e010959955286e4250ebacb3b93f8c525 (patch) | |
tree | cd09f7a81418e3a68ea78b5af02f825c9244eb19 /static | |
parent | e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19 (diff) | |
download | bloat-50e58c4e010959955286e4250ebacb3b93f8c525.tar.gz bloat-50e58c4e010959955286e4250ebacb3b93f8c525.zip |
Use post method for like and retweet
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index ad03792..e82586d 100644 --- a/static/main.css +++ b/static/main.css @@ -82,6 +82,10 @@ min-width: 64px; } +.status-action form { + display: inline-block; +} + .status-action:last-child { min-width: unset; } |