mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
UI fixes (#419)
This commit is contained in:
@@ -15,7 +15,7 @@ export const ImageInput: React.FC<IImageInput> = ({
|
||||
if (!isEditing) return <div />;
|
||||
|
||||
return (
|
||||
<Form.Label className="image-input">
|
||||
<Form.Label className="image-input ml-2">
|
||||
<Button variant="secondary">{text ?? "Browse for image..."}</Button>
|
||||
<Form.Control
|
||||
type="file"
|
||||
|
||||
Reference in New Issue
Block a user