Skip to content

Commit

Permalink
Merge pull request #1150 from movie-web/fix/#962
Browse files Browse the repository at this point in the history
decrease amount of margin of edit button on small screens
  • Loading branch information
JorrinKievit authored Apr 22, 2024
2 parents 1a3144a + cfc74df commit f3dd80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/buttons/EditButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
) : (
Expand Down

0 comments on commit f3dd80f

Please sign in to comment.