Show compose button above post modal when minimized
This commit is contained in:
parent
64c7b5b4f0
commit
b473061845
|
@ -1612,6 +1612,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
|||
#compose-button {
|
||||
&.min {
|
||||
outline: 2px solid var(--button-text-color);
|
||||
z-index: 1001; /* Higher than modal */
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue