Skip to content

Commit

Permalink
Move dropdown transform origin (tootsuite pr mastodon#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmartin committed Dec 26, 2017
1 parent 0835719 commit 8155244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/javascript/flavours/glitch/styles/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@

.dropdown-menu {
position: absolute;
transform-origin: 50% 0;
}

.dropdown--active .icon-button {
Expand Down Expand Up @@ -3254,6 +3255,7 @@ button.icon-button.active i.fa-retweet {
border-radius: 4px;
margin-left: 40px;
overflow: hidden;
transform-origin: 50% 0;
}

.privacy-dropdown__option {
Expand Down

0 comments on commit 8155244

Please sign in to comment.