fix: various minor bugs (#384)

* fix insufficiently large max height for cards

* fix listener for resetItemDateTimes

* support YYYY/MM/DD format for imports

* fix columns in docs

* use comma deliminator
This commit is contained in:
Hayden 2023-04-01 14:07:44 -08:00 committed by GitHub
parent f0b9a0fce4
commit 6a853c07a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View file

@ -23,7 +23,7 @@
</div>
<div
:class="{
'max-h-screen': !collapsed,
'max-h-[99999px]': !collapsed,
'max-h-0': collapsed,
}"
class="transition-[max-height] duration-200 overflow-hidden"