diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index da29718d5..c61b0fdb4 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -295,6 +295,7 @@ li { max-width: 100vw; clear: both; position: initial; + ${props.rtl ? `margin-right: var(--offset)` : `margin-left: var(--offset)`}; img { max-width: 100vw; diff --git a/shared/editor/nodes/Image.tsx b/shared/editor/nodes/Image.tsx index b837a74b1..2752b5e12 100644 --- a/shared/editor/nodes/Image.tsx +++ b/shared/editor/nodes/Image.tsx @@ -726,17 +726,22 @@ const ImageComponent = ( : { width: size.width || "auto" }; return ( -
+
{!dragging && size.width > 60 && size.height > 60 && (