Add margin
This commit is contained in:
parent
3d3d3af889
commit
3818068b4d
@ -32,7 +32,7 @@ export const TodoItem: FC<TodoItemProps> = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={`absolute left-full top-1/2 w-4 h-4 box-content p-2 rounded-md hover:bg-gray-300 active:bg-gray-400 transition group`}
|
className={`absolute left-full top-1/2 w-4 h-4 box-content ml-2 p-2 rounded-md hover:bg-gray-300 active:bg-gray-400 transition group`}
|
||||||
style={{ transform: "translate(0px, -50%)" }}
|
style={{ transform: "translate(0px, -50%)" }}
|
||||||
>
|
>
|
||||||
{isHovering && (
|
{isHovering && (
|
||||||
|
Loading…
Reference in New Issue
Block a user