}
}
.editor-content-area {
+ min-height: 100%;
+ padding-block: 1rem;
&:focus {
outline: 0;
}
.editor-content-wrap {
position: relative;
overflow-y: scroll;
+ flex: 1;
}
// Buttons
fill: #888;
}
}
+.editor-container[dir="rtl"] .editor-menu-button-icon {
+ rotate: 180deg;
+}
.editor-button-with-menu-container {
display: flex;
flex-direction: row;
background-color: #FFF;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
z-index: 99;
- min-width: 120px;
display: flex;
flex-direction: row;
}
background-position: 98% 50%;
background-size: 28px;
}
+.editor-container[dir="rtl"] .editor-format-menu-toggle {
+ background-position: 2% 50%;
+}
.editor-format-menu .editor-dropdown-menu {
min-width: 300px;
.editor-dropdown-menu {
.editor-node-resizer {
position: absolute;
left: 0;
- right: 0;
+ right: auto;
display: inline-block;
outline: 2px dashed var(--editor-color-primary);
+ direction: ltr;
}
.editor-node-resizer-handle {
position: absolute;