refinedguides / custom-datepicker

Building a Custom Date Picker with Javascript
https://refinedguides.com/custom-datepicker/
3 stars 2 forks source link

Aspect-ratio #1

Closed sobhanjahangir closed 1 week ago

sobhanjahangir commented 6 months ago

Not a big problem, but one that I came across. The aspect-ration needs to be 2 and not 1. Then you will cover the whole numbers in the calendar and not only half of the box.

.dates button { color: slategray; aspect-ratio: 2;

refinedguides commented 6 months ago

Hi, sorry for the late reply. Could it be the font size is bigger? The aspect ratio is mainly to make sure the button is square.