Style tweaks
This commit is contained in:
parent
46f19dddbc
commit
6ccfeea068
2 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ const ProjectDetails: React.FC<{
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
const [tooltip, openExportTooltip] = usePopover(
|
const [tooltip, openExportTooltip] = usePopover(
|
||||||
{pointerDistanceThreshold: 50, closeWhenPointerIsDistant: false},
|
{pointerDistanceThreshold: 50},
|
||||||
() => (
|
() => (
|
||||||
<ExportTooltip>
|
<ExportTooltip>
|
||||||
This will create a JSON file with the state of your project. You can
|
This will create a JSON file with the state of your project. You can
|
||||||
|
|
|
@ -17,6 +17,7 @@ const Adjust = styled.div`
|
||||||
left: -7px;
|
left: -7px;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: 0;
|
||||||
`
|
`
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
|
Loading…
Reference in a new issue