New: Animate cards when their size changes

This commit is contained in:
lscambo13
2025-05-19 13:15:08 -07:00
parent 7ce2be1599
commit c203962fb6

View File

@@ -144,6 +144,7 @@ html {
.card {
padding: .375em;
transition: width 650ms;
}
.card:focus .cardBox:not(.visualCardBox) .cardScalable {