@seafile/sdoc-editor 2.0.124 → 2.0.125

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.
@@ -102,7 +102,6 @@
102
102
 
103
103
  .sdoc-dropdown-menu .sdoc-dropdown-item-right-icon {
104
104
  color: #999;
105
- transform: scale(.8);
106
105
  }
107
106
 
108
107
  .sdoc-dropdown-menu .sdoc-dropdown-item-with-left-icon {
@@ -141,7 +141,6 @@
141
141
 
142
142
  .sdoc-color-menu-popover .sdoc-more-colors .sdocfont {
143
143
  font-size: 12px;
144
- transform: scale(.6);
145
144
  color: #888;
146
145
  }
147
146
 
@@ -36,5 +36,4 @@
36
36
 
37
37
  .side-extendable .sdoc-right-slide {
38
38
  color: #fff;
39
- transform: scale(.6);
40
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.124",
3
+ "version": "2.0.125",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "9b30ab7dd281cd78875a7a366e98b517aa4b47b9"
73
+ "gitHead": "54c9a98286c8be1ac424d31c8eea49de28ddae29"
74
74
  }