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,4 +103,13 @@ export default {
flex-grow: 1;
overflow: auto;
}
::v-deep(.dialog-actions) {
display: flex;
padding: .5rem 0;
&.right {
justify-content: flex-end;
}
}
</style>