Added profile flush.

This commit is contained in:
DebaucheryLibrarian
2020-12-30 02:23:43 +01:00
parent cdc963c42c
commit af67d733ad
11 changed files with 123 additions and 23 deletions

View File

@@ -81,6 +81,7 @@
>
<Scroll
v-if="entity.children.length > 0"
v-slot="scroll"
:expanded="expanded"
class="scroll-dark"
@expand="(state) => expanded = state"
@@ -88,6 +89,7 @@
<Children
:entity="entity"
:class="{ expanded }"
@load="scroll.loaded"
/>
</Scroll>
@@ -234,6 +236,10 @@ export default {
flex-direction: column;
}
.scroll {
background: var(--profile);
}
.releases {
flex-grow: 1;
}