diff --git a/src/components/Editor.vue b/src/components/Editor.vue index 1d329167719..4c4d6bde990 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -33,7 +33,7 @@ :has-connection-issue="hasConnectionIssue" @reconnect="reconnect" /> - +
+ + {{ t('text', 'Edit') }} + +
@@ -151,10 +172,26 @@ export default { background-color: var(--color-main-background); &.source-viewer { + display: block; + .text-editor__content-wrapper { margin-top: var(--header-height); } + + .toggle-interactive { + position: sticky; + bottom: 0; + right: 0; + z-index: 1; + margin-left: auto; + margin-right: 0; + } + } + + &.text-editor--embedding { + min-height: 400px; } + }