about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-29 17:23:27 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-29 17:23:27 +0100
commit8724094ed0e531f4435bf2784c9c1b7176acd764 (patch)
treef40d8c65f178c89030fdf9ec3351707b4723e712 /app/assets
parentd7dc84439c60069a0cb9eeca81dc61c297a8667b (diff)
Support remote follow request providing URL instead of acct
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/accounts.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss
index 5d0963307..748bb8224 100644
--- a/app/assets/stylesheets/accounts.scss
+++ b/app/assets/stylesheets/accounts.scss
@@ -337,6 +337,10 @@
     overflow: hidden;
     margin-bottom: 15px;
 
+    &:last-child {
+      margin-bottom: 0;
+    }
+
     & > div {
       float: left;
       margin-right: 10px;