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

Commit

Permalink
Fix dropdown arrow position (mastodon#8637)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and kyori19 committed Sep 17, 2018
1 parent 91e1d00 commit 07466e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1719,14 +1719,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;
}
Expand Down

0 comments on commit 07466e5

Please sign in to comment.