Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit 07466e5

Browse files
ClearlyClairekyori19
authored andcommitted
Fix dropdown arrow position (mastodon#8637)
1 parent 91e1d00 commit 07466e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/javascript/styles/mastodon/components.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,14 +1719,14 @@ a.account__display-name {
17191719

17201720
&.top {
17211721
bottom: -5px;
1722-
margin-left: -13px;
1722+
margin-left: -7px;
17231723
border-width: 5px 7px 0;
17241724
border-top-color: $ui-secondary-color;
17251725
}
17261726

17271727
&.bottom {
17281728
top: -5px;
1729-
margin-left: -13px;
1729+
margin-left: -7px;
17301730
border-width: 0 7px 5px;
17311731
border-bottom-color: $ui-secondary-color;
17321732
}

0 commit comments

Comments
 (0)