forked from cybrespace/mastodon
Fix dropdown arrow position (#8637)
This commit is contained in:
parent
8c96fd4967
commit
0c5db3163a
|
@ -1666,14 +1666,14 @@ a.account__display-name {
|
||||||
|
|
||||||
&.top {
|
&.top {
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
margin-left: -13px;
|
margin-left: -7px;
|
||||||
border-width: 5px 7px 0;
|
border-width: 5px 7px 0;
|
||||||
border-top-color: $ui-secondary-color;
|
border-top-color: $ui-secondary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.bottom {
|
&.bottom {
|
||||||
top: -5px;
|
top: -5px;
|
||||||
margin-left: -13px;
|
margin-left: -7px;
|
||||||
border-width: 0 7px 5px;
|
border-width: 0 7px 5px;
|
||||||
border-bottom-color: $ui-secondary-color;
|
border-bottom-color: $ui-secondary-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue