mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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);
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
.deck-container:has(header[hidden]) ~ #compose-button,
|
||||
#compose-button[hidden] {
|
||||
.deck-container:has(header[hidden]) ~ #compose-button:not(.loading),
|
||||
#compose-button[hidden]:not(.loading) {
|
||||
transform: translateY(200%);
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
|
Loading…
Reference in a new issue