mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Merge pull request #1150 from movie-web/fix/#962
decrease amount of margin of edit button on small screens
This commit is contained in:
commit
f3dd80f42b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue