Browse Source

Merge pull request #1150 from movie-web/fix/#962

decrease amount of margin of edit button on small screens
dev
Jorrin 1 year ago committed by GitHub
parent
commit
f3dd80f42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/buttons/EditButton.tsx

2
src/components/buttons/EditButton.tsx

@ -25,7 +25,7 @@ export function EditButton(props: EditButtonProps) { @@ -25,7 +25,7 @@ export function EditButton(props: EditButtonProps) {
>
<span ref={parent}>
{props.editing ? (
<span className="mx-4 whitespace-nowrap">
<span className="mx-2 sm:mx-4 whitespace-nowrap">
{t("home.mediaList.stopEditing")}
</span>
) : (

Loading…
Cancel
Save