Add margin
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2021-11-15 17:58:01 +01:00
parent 3d3d3af889
commit 3818068b4d
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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 && (