Update Debug.svelte

This commit is contained in:
Sudev Kiyada 2025-06-25 12:33:44 +05:30
parent dfb6d2676b
commit e61b741314
Failed to extract signature

View file

@ -150,7 +150,7 @@
transition: transition:
content-visibility 0.4s allow-discrete, content-visibility 0.4s allow-discrete,
opacity 0.4s, opacity 0.4s,
block-size 0.4s; block-size 0.4s cubic-bezier(0.87, 0, 0.13, 1);
} }
&[open]::details-content { &[open]::details-content {