Skip to content

Commit

Permalink
Show compose button above post modal when minimized
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed May 25, 2024
1 parent 64c7b5b commit b473061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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: '';
Expand Down

0 comments on commit b473061

Please sign in to comment.