Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/style.scss3
-rw-r--r--src/components/Editor.vue2
2 files changed, 3 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index 63ae1bf00..16507ac64 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -356,7 +356,8 @@ li.ProseMirror-selectednode:after {
color: var(--color-main-text);
background-clip: padding-box;
border-radius: 4px;
- padding: 5px 0;
+ padding: 0;
+ position: relative;
}
div[contenteditable=true],
diff --git a/src/components/Editor.vue b/src/components/Editor.vue
index 2b55a9795..78edfd905 100644
--- a/src/components/Editor.vue
+++ b/src/components/Editor.vue
@@ -255,7 +255,7 @@ export default {
return true
}
}),
- ...exampleSetup({ schema }),
+ ...exampleSetup({ schema, floatingMenu: false}),
collab({
version: authority.steps.length,
clientID: data.session.id