mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Show compose button above post modal when minimized
This commit is contained in:
parent
64c7b5b4f0
commit
b473061845
1 changed files with 1 additions and 0 deletions
|
@ -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