Include database cover in draft submission if filesystem version not present (#3465)

* Fix styling of stash-box dropdown
* Use cover blob in draft submission if present
This commit is contained in:
WithoutPants
2023-02-27 10:28:00 +11:00
committed by GitHub
parent dc934d73fa
commit 967a25f64a
6 changed files with 31 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ export const SubmitStashBoxDraft: React.FC<IProps> = ({
<Form.Control
as="select"
onChange={handleSelectBox}
className="col-6"
className="col-6 input-control"
>
{boxes.map((box, i) => (
<option value={i} key={`${box.endpoint}-${i}`}>