Update HeaderButtons.tsx marginTop (#92)
This commit is contained in:
@@ -17,7 +17,7 @@ export const HeaderButtons = () => {
|
|||||||
if (experiment.isLoading) return null;
|
if (experiment.isLoading) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<HStack spacing={0}>
|
<HStack spacing={0} mt={{ base: 2, md: 0 }}>
|
||||||
<Button
|
<Button
|
||||||
onClick={onForkButtonPressed}
|
onClick={onForkButtonPressed}
|
||||||
mr={4}
|
mr={4}
|
||||||
@@ -31,7 +31,6 @@ export const HeaderButtons = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
{canModify && (
|
{canModify && (
|
||||||
<Button
|
<Button
|
||||||
mt={{ base: 2, md: 0 }}
|
|
||||||
variant={{ base: "solid", md: "ghost" }}
|
variant={{ base: "solid", md: "ghost" }}
|
||||||
onClick={openDrawer}
|
onClick={openDrawer}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user