datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Increase size of DateTimePicker

Open cavalryjim opened this issue 2 years ago • 1 comments

When used inline, how can I increase the overall size of the DateTimePicker UI?

cavalryjim avatar Oct 18 '21 03:10 cavalryjim

document.querySelector('.xdsoft_datetimepicker').style.transform = "scale(1.25)";

arcanemachine avatar Jan 07 '22 23:01 arcanemachine