🎨
This commit is contained in:
parent
49ab2eb07f
commit
8539c7b20f
6 changed files with 126 additions and 46 deletions
|
|
@ -8,7 +8,8 @@
|
|||
<template v-else><i class="ti ti-chevron-down"></i></template>
|
||||
</button>
|
||||
</header>
|
||||
<transition :name="$store.state.animation ? 'folder-toggle' : ''"
|
||||
<transition
|
||||
:name="$store.state.animation ? 'folder-toggle' : ''"
|
||||
@enter="enter"
|
||||
@after-enter="afterEnter"
|
||||
@leave="leave"
|
||||
|
|
@ -121,6 +122,8 @@ export default defineComponent({
|
|||
backdrop-filter: var(--blur, blur(20px));
|
||||
|
||||
> .title {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
margin: 0;
|
||||
padding: 12px 16px 12px 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue