mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
style(hero): improve controls spacing
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user