style(hero): improve controls spacing

This commit is contained in:
alexsparkes
2024-12-16 18:58:59 +00:00
parent 5e35289ae4
commit 1882465588

View File

@@ -140,7 +140,7 @@ const Controls = (props) => {
{props.visibilityToggle && memoizedToggle}
{props.report !== false && <ReportButton />}
</div>
<div className="bg-modal-content-light dark:bg-modal-content-dark p-10 rounded flex flex-col gap-10 flex-grow">
<div className="bg-modal-content-light dark:bg-modal-content-dark p-10 rounded flex items-center jutify-center flex-grow">
{(props.zoomSetting !== null || props.zoomSetting !== '') && (
<Slider
name={props.zoomSetting}