mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
add functionality toggle
This commit is contained in:
@@ -46,7 +46,7 @@ const toggleId = computed(() => `toggle-card-toggle-${baseId}`)
|
||||
.toggle-card-content-leave-active {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
transition: grid-template-rows 0.25s ease-in-out;
|
||||
transition: grid-template-rows 0.25s var(--ease-out-expo);
|
||||
|
||||
& > div {
|
||||
grid-row: 1 / span 2;
|
||||
|
||||
Reference in New Issue
Block a user