Try not hide compose button if loading

pull/543/head
Lim Chee Aun 2024-05-25 11:06:03 +08:00
rodzic 0c45f515f0
commit 012b86d7ce
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;