🎉 Toggle sidebar
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
/>
|
||||
</li>
|
||||
</div>
|
||||
<transition name="smooth">
|
||||
<transition name="page" appear>
|
||||
<div v-if="showMore" class="show-on-large-screen">
|
||||
<li>
|
||||
<input
|
||||
@@ -267,16 +267,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.smooth-enter-active,
|
||||
.smooth-leave-active {
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.smooth-enter,
|
||||
.smooth-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.stared {
|
||||
color: #f8e81c !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user