Skip to content

Commit 0c5db31

Browse files
ClearlyClaireGargron
authored andcommitted
Fix dropdown arrow position (#8637)
1 parent 8c96fd4 commit 0c5db31

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
@@ -1666,14 +1666,14 @@ a.account__display-name {
16661666

16671667
&.top {
16681668
bottom: -5px;
1669-
margin-left: -13px;
1669+
margin-left: -7px;
16701670
border-width: 5px 7px 0;
16711671
border-top-color: $ui-secondary-color;
16721672
}
16731673

16741674
&.bottom {
16751675
top: -5px;
1676-
margin-left: -13px;
1676+
margin-left: -7px;
16771677
border-width: 0 7px 5px;
16781678
border-bottom-color: $ui-secondary-color;
16791679
}

0 commit comments

Comments
 (0)