Browse Source

decrease amount of margin on small screens

pull/1150/head
Jorrin 1 year ago
parent
commit
3da8955607
  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