[READ-ONLY] Mirror of https://github.com/probablykasper/date-picker-svelte. Date and time picker for Svelte date-picker-svelte.kasper.space
calendar date date-picker date-time-picker datepicker package svelte time
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix `--date-input-width` not working

Kasper (Oct 2, 2021, 12:01 AM +0200) 0211c41b ca2d4852

+1 -1
+1 -1
src/lib/DateInput.svelte
··· 99 99 margin: 0px 100 100 border: 1px solid rgba(103, 113, 137, 0.3) 101 101 border-radius: 3px 102 - width: var(----date-input-width, 150px) 102 + width: var(--date-input-width, 150px) 103 103 outline: none 104 104 transition: all 80ms cubic-bezier(0.4, 0.0, 0.2, 1) 105 105 &:focus