mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Responsive styles for portrait orientation phones
This commit is contained in:
@@ -43,7 +43,7 @@ export const DetailsEditNavbar: React.FC<IProps> = (props: IProps) => {
|
||||
function renderDeleteButton() {
|
||||
if (props.isNew || props.isEditing) return;
|
||||
return (
|
||||
<Button variant="danger" className="delete" onClick={() => setIsDeleteAlertOpen(true)}>
|
||||
<Button variant="danger" className="delete d-none d-sm-block" onClick={() => setIsDeleteAlertOpen(true)}>
|
||||
Delete
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user