🐛 Fixed block formatting issue

This commit is contained in:
2025-07-01 23:55:15 +08:00
parent 1ccee779ae
commit 25e1a98932
3 changed files with 141 additions and 129 deletions

View File

@@ -429,7 +429,7 @@ onUnmounted(() => {
margin-left: 2px;
transition: transform 0.2s ease;
&:not(.open) {
&.open {
transform: rotate(180deg);
}
}