diff --git a/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterBuffer.tsx b/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterBuffer.tsx index 1df345c363b..95666ff98ea 100644 --- a/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterBuffer.tsx +++ b/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterBuffer.tsx @@ -16,16 +16,20 @@ export const ChemMasterBuffer = (props: {
- Transferring to  - - + + + Transferring to + + + + + } > {bufferReagents.length > 0 ? ( diff --git a/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterCustomization.tsx b/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterCustomization.tsx index 02c64ce9101..84c05ba46b8 100644 --- a/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterCustomization.tsx +++ b/tgui/packages/tgui/interfaces/ChemMaster/ChemMasterCustomization.tsx @@ -1,6 +1,6 @@ import { useBackend } from 'tgui/backend'; import { modalOpen } from 'tgui/interfaces/common/ComplexModal'; -import { Box, Button, Section } from 'tgui-core/components'; +import { Box, Button, Section, Stack } from 'tgui-core/components'; import type { BooleanLike } from 'tgui-core/react'; export const ChemMasterCustomization = (props: { @@ -28,27 +28,33 @@ export const ChemMasterCustomization = (props: { return (
- - + + + + + + + +
); };