diff options
author | ThibG <thib@sitedethib.com> | 2018-09-07 01:18:46 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-07 01:18:46 +0200 |
commit | 0c5db3163a2599013252a75d488518fcf88aad65 (patch) | |
tree | 59f29543f2ae6daa2e7b136ddf166c1fbd4192e8 /app | |
parent | 8c96fd4967348449d93904fc59326447aeb1cd02 (diff) |
Fix dropdown arrow position (#8637)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c2965a5d7..24fb77d98 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1666,14 +1666,14 @@ a.account__display-name { &.top { bottom: -5px; - margin-left: -13px; + margin-left: -7px; border-width: 5px 7px 0; border-top-color: $ui-secondary-color; } &.bottom { top: -5px; - margin-left: -13px; + margin-left: -7px; border-width: 0 7px 5px; border-bottom-color: $ui-secondary-color; } |