mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-29 23:38:42 +00:00
decrease amount of margin on small screens
This commit is contained in:
parent
9bd5f30f40
commit
3da8955607
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