Expand dropdown leftways on status view
This commit is contained in:
parent
69643338f6
commit
05e964688d
5 changed files with 16 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue