исправил настройку временных слотов

This commit is contained in:
Zuev
2026-05-02 01:34:21 +03:00
parent 3cb311f469
commit 44cfe8ab6e
10 changed files with 390 additions and 154 deletions

View File

@@ -316,6 +316,19 @@
font-weight: 800;
}
.calendar-day-time-marker {
position: absolute;
right: 1px;
bottom: 1px;
padding: 0 2px;
border-radius: 3px;
background: var(--accent);
color: #fff;
font-size: 0.45rem;
font-weight: 800;
line-height: 1.15;
}
.calendar-day-activity {
display: none !important;
}
@@ -411,6 +424,19 @@
font-size: 0.85rem;
}
.calendar-day-dialog-time-grid {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--bg-card-border);
}
.calendar-day-dialog-actions {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin-top: 0.8rem;
}
.profiles-context {
color: var(--text-secondary);
font-weight: 600;
@@ -471,6 +497,11 @@ input[type="number"] {
font-family: inherit;
}
.select-layer-active {
position: relative;
z-index: 300;
}
.custom-select-trigger {
display: flex;
align-items: center;