Added dialog to add stashes.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 03:22:08 +01:00
parent e88cf4e3f4
commit bb9d6ee8fc
12 changed files with 143 additions and 7 deletions

View File

@@ -103,12 +103,20 @@ export default {
</script>
<style lang="scss" scoped>
.stash {
min-width: 0;
height: 100%;
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak);
}
.stash-section {
display: flex;
align-items: center;
padding: .5rem;
&:not(:last-child) {
&:not(:last-child),
&.stash-header {
border-bottom: solid 1px var(--shadow-hint);
}
}