5.8.0: Окно переноса и логика next_show_at
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s

This commit is contained in:
poignatov
2026-03-04 11:39:03 +03:00
parent 8ea71ef95f
commit 0f1f5e3943
5 changed files with 80 additions and 13 deletions

View File

@@ -319,8 +319,8 @@
.task-postpone-modal {
background: white;
border-radius: 0.5rem;
max-width: 400px;
width: 90%;
width: fit-content;
max-width: 90%;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@@ -491,6 +491,16 @@
display: flex;
gap: 0.5rem;
margin-top: 0.5rem;
overflow-x: auto;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
width: 100%;
}
.task-postpone-quick-buttons::-webkit-scrollbar {
display: none;
}
.task-postpone-quick-button {
@@ -503,6 +513,8 @@
background: white;
cursor: pointer;
transition: all 0.2s;
flex-shrink: 0;
white-space: nowrap;
}
.task-postpone-quick-button:hover:not(:disabled) {