about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorblackle <isabelle@blackle-mori.com>2017-01-08 06:32:37 -0500
committerblackle <isabelle@blackle-mori.com>2017-01-08 06:32:37 -0500
commit05e964688d1cfb0e485eb275ba92fb7d2ccf4510 (patch)
treec45cfc12ef767cec35fbf49cf587b4fea68f59b9 /app/assets/stylesheets
parent69643338f6810d1ae36249e49b910212b1ecccf4 (diff)
Expand dropdown leftways on status view
Diffstat (limited to 'app/assets/stylesheets')
-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