decrease amount of margin on small screens

This commit is contained in:
Jorrin 2024-04-22 19:12:18 +02:00
parent 9bd5f30f40
commit 3da8955607
1 changed files with 1 additions and 1 deletions

View File

@ -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>
) : (