diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-19 16:10:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 16:10:55 +0200 |
commit | 93c66f0c03c27ee02b9875c3c051d9bf50b33e19 (patch) | |
tree | 8905c9fde9060730dafc15bb8ab175017b3b48a1 /app/javascript | |
parent | 587da93152aa68f4ebe3285155aea5642f517d40 (diff) |
In footer, replace text "Mastodon" with logo (#7545)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/footer.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/footer.scss b/app/javascript/styles/mastodon/footer.scss index dd3c1b688..fe2d40c0c 100644 --- a/app/javascript/styles/mastodon/footer.scss +++ b/app/javascript/styles/mastodon/footer.scss @@ -26,5 +26,13 @@ text-decoration: none; } } + + img { + margin: 0 4px; + position: relative; + bottom: -1px; + height: 18px; + vertical-align: top; + } } } |