🎉 Toggle sidebar

This commit is contained in:
Liyas Thomas
2019-12-02 13:49:52 +05:30
parent ae528f6302
commit c3544076ba
3 changed files with 18 additions and 18 deletions

View File

@@ -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;
}