Browse Source

decrease amount of margin on small screens

pull/1150/head
Jorrin 2 years 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) {
> >
<span ref={parent}> <span ref={parent}>
{props.editing ? ( {props.editing ? (
<span className="mx-4 whitespace-nowrap"> <span className="mx-2 sm:mx-4 whitespace-nowrap">
{t("home.mediaList.stopEditing")} {t("home.mediaList.stopEditing")}
</span> </span>
) : ( ) : (

Loading…
Cancel
Save