Expand dropdown leftways on status view

This commit is contained in:
blackle
2017-01-08 06:32:37 -05:00
parent 69643338f6
commit 05e964688d
5 changed files with 16 additions and 5 deletions

View File

@ -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;
}
}