fix margin on conditional elements

This commit is contained in:
MarconLP 2023-04-14 15:26:27 +02:00
parent 81a9d739f9
commit dd8c96c7ad
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ export function ShareModal({ video }: Props) {
<> <>
<span <span
onClick={() => setOpen(true)} onClick={() => setOpen(true)}
className="cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]" className="ml-4 cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]"
> >
Share Share
</span> </span>

View file

@ -48,7 +48,7 @@ const VideoList: NextPage = () => {
<span>Screenity</span> <span>Screenity</span>
<div> <div>
<Link href="/videos"> <Link href="/videos">
<span className="mr-4 cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]"> <span className="cursor-pointer rounded border border-[#0000001a] px-2 py-2 text-sm text-[#292d34] hover:bg-[#fafbfc]">
Personal Library Personal Library
</span> </span>
</Link> </Link>