@seafile/sdoc-editor 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,14 +3,6 @@
3
3
  min-width: 12rem;
4
4
  }
5
5
 
6
- .sdoc-dropdown-menu .popover-inner {
7
- padding: 8px 0;
8
- }
9
-
10
- .sdoc-dropdown-menu.sdoc-sub-dropdown-menu .popover-inner {
11
- padding: 0;
12
- }
13
-
14
6
  .sdoc-dropdown-menu .sdoc-dropdown-menu-divider {
15
7
  width: 100%;
16
8
  height: 0;
@@ -147,6 +147,10 @@
147
147
  font-size: 12px;
148
148
  }
149
149
 
150
+ .sdoc-insert-image-menu-popover-container {
151
+ padding: 8px 0;
152
+ }
153
+
150
154
  /* caret */
151
155
  .sdoc-editor-container .article .caret-item .caret-name::before {
152
156
  content: attr(name);
@@ -6,7 +6,8 @@
6
6
  }
7
7
 
8
8
  .menu-group .menu-group-item.sdoc-insert-toolbar-btn.disabled {
9
- width: 64px !important; /* 64: 76 - 12 */
9
+ /* 64: 76 - 12 */
10
+ width: 64px !important;
10
11
  color: #BDBDBD;
11
12
  }
12
13
 
@@ -21,3 +22,7 @@
21
22
  .sdoc-insert-menu-popover .popover {
22
23
  min-width: 200px;
23
24
  }
25
+
26
+ .sdoc-insert-menu-popover .sdoc-insert-menu-container {
27
+ padding: 8px 0;
28
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",