fix margin on conditional elements
This commit is contained in:
parent
81a9d739f9
commit
dd8c96c7ad
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export function ShareModal({ video }: Props) {
|
|||
<>
|
||||
<span
|
||||
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
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ const VideoList: NextPage = () => {
|
|||
<span>Screenity</span>
|
||||
<div>
|
||||
<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
|
||||
</span>
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue