@seafile/sdoc-editor 3.0.188 → 3.0.189

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.
@@ -5,9 +5,9 @@
5
5
  height: 42px;
6
6
  z-index: 101;
7
7
  background-color: #fff;
8
- border: 1px solid #e8e8e8;
9
- border-radius: 3px;
10
- box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 0px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
8
+ border: 1px solid #eee;
9
+ border-radius: 8px;
10
+ box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
11
11
  }
12
12
 
13
13
  .sdoc-context-toolbar .menu-group {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.188",
3
+ "version": "3.0.189",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "63fafff31ac5a2dab239eba3138d02e834d340e5"
75
+ "gitHead": "c9fa819e27c947aa10ce4c28dc937a14e4303c93"
76
76
  }