Add more control
This commit is contained in:
+3
-3
@@ -13,7 +13,7 @@ import { ImportExportButtons } from "./components/download-buttons";
|
||||
const Bar = styled.div`
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
height: 110px;
|
||||
height: 125px;
|
||||
background-color: var(--primary-color);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -24,7 +24,7 @@ const ImageBox = styled.table`
|
||||
padding-right: 4px;
|
||||
`;
|
||||
|
||||
const SvgOption = styled.table`
|
||||
const SvgOption = styled.div`
|
||||
margin: 2px;
|
||||
padding-right: 4px;
|
||||
`;
|
||||
@@ -92,7 +92,7 @@ export function NavBar({ handler }: CanvasHandlerProps) {
|
||||
</tbody>
|
||||
</ImageBox>
|
||||
<SvgOption style={style}>
|
||||
<SvgTracerOptions selected={selected} />
|
||||
<SvgTracerOptions selected={selected} handler={handler} />
|
||||
</SvgOption>
|
||||
<Line />
|
||||
<ImportExportButtons handler={handler} selected={selected} />
|
||||
|
||||
Reference in New Issue
Block a user