Fix time picker

This commit is contained in:
Roman Pyrih
2025-09-09 15:50:24 +02:00
parent 8f6161ee51
commit d75c8619eb
3 changed files with 32 additions and 1 deletions

View File

@@ -1534,3 +1534,19 @@ body.page-id-3 {
}
}
}
.xdsoft_datetimepicker {
width: 100%;
max-width: 213px;
border-radius: 10px;
.xdsoft_timepicker {
width: calc(100% - 8px);
}
.xdsoft_prev,
.xdsoft_next {
left: 50%;
margin-left: 0 !important;
transform: translateX(-50%);
}
}