Disable timespan controls while isLoading

This commit is contained in:
nymkappa
2023-02-21 18:48:09 +09:00
parent cf1bf9f0c5
commit 05594675c0
19 changed files with 54 additions and 12 deletions

View File

@@ -131,4 +131,9 @@
display: block;
max-width: 80px;
margin: 15px auto 3px;
}
.disabled {
pointer-events: none;
opacity: 0.5;
}