about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-08 13:34:27 +0100
committerGitHub <noreply@github.com>2017-01-08 13:34:27 +0100
commita8e30060ae55e751c74fe7be71d8a78af1800e1d (patch)
treec45cfc12ef767cec35fbf49cf587b4fea68f59b9 /app/assets/stylesheets/components.scss
parent69643338f6810d1ae36249e49b910212b1ecccf4 (diff)
parent05e964688d1cfb0e485eb275ba92fb7d2ccf4510 (diff)
Merge pull request #446 from blackle/dropdown2
Expand dropdown leftways on status view
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss9
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