@seafile/sdoc-editor 3.0.10 → 3.0.12

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.
@@ -84,8 +84,8 @@
84
84
  }
85
85
 
86
86
  .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdocfont {
87
- font-size: 12px;
88
- line-height: 12px;
87
+ font-size: 14px;
88
+ line-height: 14px;
89
89
  }
90
90
 
91
91
  .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-dropdown-item-content {
@@ -79,5 +79,5 @@
79
79
 
80
80
  .sdoc-comment-drawer .comment-participants-more .sdocfont {
81
81
  color: #fff;
82
- font-size: 12px;
82
+ font-size: 14px;
83
83
  }
@@ -52,7 +52,7 @@
52
52
 
53
53
  .sdoc-comments-participants-popover .sdoc-selected-participant .sdoc-selected-participant-delete .sdocfont {
54
54
  display: inline-block;
55
- font-size: 12px;
55
+ font-size: 14px;
56
56
  color: #909090;
57
57
  }
58
58
 
@@ -127,6 +127,6 @@
127
127
  }
128
128
 
129
129
  .sdoc-comments-participants-popover .sdoc-searched-collaborator .sdoc-searched-collaborator-operation .sdocfont {
130
- font-size: 12px;
130
+ font-size: 14px;
131
131
  color: #798d99;
132
132
  }
@@ -34,18 +34,35 @@
34
34
  .sdoc-color-menu .sdoc-color-icon {
35
35
  height: 12px;
36
36
  width: 12px;
37
- transform: scale(.85);
38
37
  line-height: 12px;
38
+ font-size: 12px !important;
39
+ margin-top: 5px;
39
40
  }
40
41
 
41
42
  .sdoc-color-menu .last-used-color {
42
43
  width: 14px;
43
- height: 3px;
44
+ height: 2px;
44
45
  border-radius: 1px;
45
- margin-top: 1px;
46
+ margin-top: 2px;
46
47
  border: 1px solid rgba(0, 0, 0, .08);
47
48
  }
48
49
 
50
+ .sdoc-color-menu #sdoc-highlight_color,
51
+ .sdoc-color-menu #sdoc-font-color,
52
+ .sdoc-color-menu #sdoc-sdoc_context_toolbar_sdoc-highlight_color,
53
+ .sdoc-color-menu #sdoc_context_toolbar_sdoc-font-color {
54
+ width: 8px;
55
+ }
56
+
57
+ .sdoc-color-menu .sdoc-big-drop-down,
58
+ .sdoc-color-menu .sdoc-big-caret-up {
59
+ height: 16px;
60
+ width: 16px;
61
+ line-height: 16px;
62
+ font-size: 16px !important;
63
+ transform: scale(.5);
64
+ }
65
+
49
66
  .sdoc-color-menu-popover .popover {
50
67
  left: -24px !important;
51
68
  }
@@ -140,7 +157,7 @@
140
157
  }
141
158
 
142
159
  .sdoc-color-menu-popover .sdoc-more-colors .sdocfont {
143
- font-size: 12px;
160
+ font-size: 14px;
144
161
  color: #888;
145
162
  }
146
163
 
@@ -144,7 +144,7 @@ var ColorMenu = function ColorMenu(_ref) {
144
144
  id: id,
145
145
  className: "sdoc-color-toggle sdoc-menu-with-dropdown-triangle"
146
146
  }, /*#__PURE__*/_react["default"].createElement("i", {
147
- className: "sdoc-menu-with-dropdown-triangle-icon sdocfont sdoc-".concat(isShowMenu ? 'caret-up' : 'drop-down')
147
+ className: "sdoc-menu-with-dropdown-triangle-icon sdocfont sdoc-".concat(isShowMenu ? 'big-caret-up' : 'big-drop-down')
148
148
  }))), text && /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
149
149
  target: buttonId
150
150
  }, t(text)), !disabled && /*#__PURE__*/_react["default"].createElement(_reactstrap.UncontrolledPopover, {
@@ -35,7 +35,7 @@
35
35
 
36
36
  .menu-group .menu-group-item .sdocfont,
37
37
  .sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-icon .sdocfont {
38
- font-size: 12px;
38
+ font-size: 14px;
39
39
  }
40
40
 
41
41
  /* sdoc-menu-with-dropdown */
@@ -77,7 +77,7 @@
77
77
  }
78
78
 
79
79
  .sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-triangle .sdoc-menu-with-dropdown-triangle-icon {
80
- font-size: 12px;
80
+ font-size: 14px;
81
81
  color: #999;
82
82
  }
83
83
 
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  .sdoc-callout-hover-menu .callout-menu-item .sdocfont {
28
- font-size: 12px;
28
+ font-size: 14px;
29
29
  color: #444;
30
30
  }
31
31
 
@@ -40,7 +40,7 @@
40
40
  display: inline-flex;
41
41
  justify-content: center;
42
42
  align-items: center;
43
- font-size: 12px;
43
+ font-size: 14px;
44
44
  cursor: pointer;
45
45
  }
46
46
 
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  .link-op-icon .sdocfont {
56
- font-size: 12px;
56
+ font-size: 14px;
57
57
  color: #444;
58
58
  }
59
59
 
@@ -65,5 +65,5 @@
65
65
  }
66
66
 
67
67
  .sdoc-selected-table-size-popover .sdoc-selected-table-size-custom .sdocfont {
68
- font-size: 12px;
68
+ font-size: 14px;
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "8d3c9b04b8a920cc36306c73317078ecf339a202"
74
+ "gitHead": "b4a7e4b60c21ac4c035de1f1a39783bbd9dee00e"
75
75
  }