Reduce the padding of the left 'Islands' (#2050)
This commit is contained in:
parent
643e6bd08d
commit
c3de4cd4c5
@ -356,7 +356,7 @@ const LayerUI = ({
|
|||||||
>
|
>
|
||||||
{/* the zIndex ensures this menu has higher stacking order,
|
{/* the zIndex ensures this menu has higher stacking order,
|
||||||
see https://github.com/excalidraw/excalidraw/pull/1445 */}
|
see https://github.com/excalidraw/excalidraw/pull/1445 */}
|
||||||
<Island padding={4} style={{ zIndex: 1 }}>
|
<Island padding={2} style={{ zIndex: 1 }}>
|
||||||
<Stack.Col gap={4}>
|
<Stack.Col gap={4}>
|
||||||
<Stack.Row gap={1} justifyContent="space-between">
|
<Stack.Row gap={1} justifyContent="space-between">
|
||||||
{actionManager.renderAction("loadScene")}
|
{actionManager.renderAction("loadScene")}
|
||||||
@ -388,7 +388,7 @@ const LayerUI = ({
|
|||||||
heading="selectedShapeActions"
|
heading="selectedShapeActions"
|
||||||
className={`zen-mode-transition ${zenModeEnabled && "transition-left"}`}
|
className={`zen-mode-transition ${zenModeEnabled && "transition-left"}`}
|
||||||
>
|
>
|
||||||
<Island className={CLASSES.SHAPE_ACTIONS_MENU} padding={4}>
|
<Island className={CLASSES.SHAPE_ACTIONS_MENU} padding={2}>
|
||||||
<SelectedShapeActions
|
<SelectedShapeActions
|
||||||
appState={appState}
|
appState={appState}
|
||||||
elements={elements}
|
elements={elements}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user