diff options
author | Eugen <eugen@zeonfederated.com> | 2017-01-08 13:34:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-08 13:34:27 +0100 |
commit | a8e30060ae55e751c74fe7be71d8a78af1800e1d (patch) | |
tree | c45cfc12ef767cec35fbf49cf587b4fea68f59b9 /app/assets/stylesheets | |
parent | 69643338f6810d1ae36249e49b910212b1ecccf4 (diff) | |
parent | 05e964688d1cfb0e485eb275ba92fb7d2ccf4510 (diff) |
Merge pull request #446 from blackle/dropdown2
Expand dropdown leftways on status view
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 69595995c..0abe8c808 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -641,3 +641,12 @@ background: image-url('mastodon-getting-started.png') no-repeat 0 100% local; height: 100%; } + +.dropdown__content.dropdown__left { + transform: translateX(-108px); + + &::before { + right: 8px !important; + left: initial !important; + } +} \ No newline at end of file |