DCA work, shape rendering

This commit is contained in:
Tim
2024-04-21 19:44:03 -04:00
parent 59342e2e26
commit dc8185491b
5 changed files with 125 additions and 98 deletions

View File

@@ -262,11 +262,13 @@ let newValue = null
.month {
width: 10em;
max-width: 10em;
min-width: 5em;
min-width: 6em;
}
.day {
width: 2em;
max-width: 4em;
min-width: 2em;
}
.picker {