Try not hide compose button if loading
This commit is contained in:
parent
0c45f515f0
commit
012b86d7ce
1 changed files with 2 additions and 2 deletions
|
@ -1579,8 +1579,8 @@ 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;
|
||||||
}
|
}
|
||||||
.deck-container:has(header[hidden]) ~ #compose-button,
|
.deck-container:has(header[hidden]) ~ #compose-button:not(.loading),
|
||||||
#compose-button[hidden] {
|
#compose-button[hidden]:not(.loading) {
|
||||||
transform: translateY(200%);
|
transform: translateY(200%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue