use b-btn-close in TextCard & fix base height

This commit is contained in:
axolotle
2021-03-11 15:48:23 +01:00
parent 6c5675ad79
commit dd357a8487
2 changed files with 7 additions and 4 deletions
+6 -1
View File
@@ -7,8 +7,13 @@ html, body, #app {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}
main {
height: calc(100vh - 56px);
height: 100%;
}
// Layouts
+1 -3
View File
@@ -23,9 +23,7 @@
{{ child.id }}
</b-nav-item>
<b-nav-item @click="$emit('close', id)">
x
</b-nav-item>
<b-button-close @click="$emit('close', id)" />
</b-nav>
</b-card-header>