Fix image resizing when aligned right

[MAILPOET-2184]
This commit is contained in:
Ján Mikláš
2019-08-21 14:59:43 +02:00
committed by M. Shull
parent 82123afc7c
commit 596eb56c5d
3 changed files with 18 additions and 3 deletions

View File

@@ -60,6 +60,12 @@ $resize-handle-z-index: 2;
width: 24px;
}
.mailpoet_image_resize_handle_container_left {
left: 0;
right: auto;
transform: rotate(90deg);
}
.mailpoet_image_resize_handle {
background: $editor-content-color;
border-radius: 6px 0 0;
@@ -78,6 +84,10 @@ $resize-handle-z-index: 2;
.mailpoet_image_resize_handle_icon {
pointer-events: none;
}
.mailpoet_image_resize_handle_container_left & {
cursor: nesw-resize;
}
}
.mailpoet_image_resize_handle_icon {