fixed the container mode toggle styling for backward compatability and proper padding to remain centered in it's parent element

This commit is contained in:
findthelorax
2026-04-21 11:51:29 -04:00
committed by Remy
parent 38e6604f50
commit 78b47384da
3 changed files with 6 additions and 6 deletions
@@ -22,5 +22,5 @@ export const CameraNode = (props: N) => <BaseNode {...props} icon={Cctv} />
export const PrinterNode = (props: N) => <BaseNode {...props} icon={Printer} />
export const ComputerNode = (props: N) => <BaseNode {...props} icon={Monitor} />
export const CplNode = (props: N) => <BaseNode {...props} icon={PlugZap} />
export const DockerNode = (props: N) => <BaseNode {...props} icon={Anchor} />
export const DockerHostNode = (props: N) => <BaseNode {...props} icon={Anchor} />
export const GenericNode = (props: N) => <BaseNode {...props} icon={Circle} />