diff options
author | bsky <git@imbsky.net> | 2018-05-26 22:29:32 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-26 15:29:32 +0200 |
commit | 422f92f3f8a60048bb2a5df4b04a1d16fc6fe5b1 (patch) | |
tree | 88ec3576b74a3d9f37e4239838d31e1f7a9f2fb2 /app/javascript/styles | |
parent | 07054ee6f7e2db4f2e087f6aa52cd3b18c0b4297 (diff) |
Fix lock icon position in account card (#7630)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss index de0a7ea42..3ccce383b 100644 --- a/app/javascript/styles/mastodon/accounts.scss +++ b/app/javascript/styles/mastodon/accounts.scss @@ -79,6 +79,10 @@ font-weight: 400; overflow: hidden; text-overflow: ellipsis; + + .fa { + margin-left: 3px; + } } } |