Add support for submitting performer/scene drafts to stash-box (#2234)

* Add support for submitting performer/scene drafts to stash-box

Co-authored-by: Kermie <kermie@isinthe.house>
This commit is contained in:
InfiniteTF
2022-02-01 05:06:51 +01:00
committed by GitHub
parent c5cd0e1c9c
commit a3c20ce8da
23 changed files with 1235 additions and 348 deletions

View File

@@ -31,16 +31,24 @@
}
.details-edit {
/*
The penultimate button should be wrapped in an unstyled div.
This allows the div to expand, to right-justify the last (save / delete) button.
*/
display: flex;
flex-wrap: wrap;
justify-content: left;
row-gap: 0.5rem;
.btn {
margin-right: 0.5rem;
white-space: nowrap;
}
.delete,
.save {
margin-left: auto;
div:nth-last-child(2) {
flex: 1;
max-width: 100%;
}
}