💄 Minor UI updates

This commit is contained in:
Liyas Thomas
2019-10-23 15:22:42 +05:30
parent 94364f0dad
commit 9e9a73efc6
4 changed files with 15 additions and 23 deletions

View File

@@ -3,15 +3,15 @@
<div slot="header">
<ul>
<li>
<div class="flex-wrap">
<h3 class="title" v-if='!newFolder.hasOwnProperty("folderIndex")'>Add New Folder</h3>
<div class="flex-wrap">
<h3 class="title" v-if='!newFolder.hasOwnProperty("folderIndex")'>New Folder</h3>
<h3 class="title" v-if='newFolder.hasOwnProperty("folderIndex")'>Edit Folder</h3>
<div>
<button class="icon" @click="hideModel">
<i class="material-icons">close</i>
</button>
</div>
<button class="icon" @click="hideModel">
<i class="material-icons">close</i>
</button>
</div>
</div>
</li>
</ul>
</div>