mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add margin between edit and delete button
This commit is contained in:
@@ -232,8 +232,8 @@ export const SceneEditPanel: FunctionComponent<IProps> = (props: IProps) => {
|
||||
{renderMultiSelect("tags", tagIds)}
|
||||
</FormGroup>
|
||||
</div>
|
||||
<Button text="Save" intent="primary" onClick={() => onSave()}/>
|
||||
<Button text="Delete" intent="danger" onClick={() => setIsDeleteAlertOpen(true)}/>
|
||||
<Button className="edit-button" text="Save" intent="primary" onClick={() => onSave()}/>
|
||||
<Button className="edit-button" text="Delete" intent="danger" onClick={() => setIsDeleteAlertOpen(true)}/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -80,6 +80,10 @@ video.preview {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.edit-button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tag-item {
|
||||
margin: 5px;
|
||||
|
||||
@@ -188,3 +192,4 @@ span.block {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user