Fix compose button not hiding for other pages
This commit is contained in:
parent
c95a451111
commit
e860fa99fa
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
||||||
0 10px 36px -4px var(--button-bg-blur-color);
|
0 10px 36px -4px var(--button-bg-blur-color);
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
#home-page:has(header[hidden]) ~ #compose-button,
|
.deck-container:has(header[hidden]) ~ #compose-button,
|
||||||
#compose-button[hidden] {
|
#compose-button[hidden] {
|
||||||
transform: translateY(200%);
|
transform: translateY(200%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue