@seafile/sdoc-editor 3.0.10 → 3.0.11

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
  }
@@ -32,10 +32,9 @@
32
32
  }
33
33
 
34
34
  .sdoc-color-menu .sdoc-color-icon {
35
- height: 12px;
36
- width: 12px;
37
- transform: scale(.85);
38
- line-height: 12px;
35
+ height: 14px;
36
+ width: 14px;
37
+ line-height: 14px;
39
38
  }
40
39
 
41
40
  .sdoc-color-menu .last-used-color {
@@ -140,7 +139,7 @@
140
139
  }
141
140
 
142
141
  .sdoc-color-menu-popover .sdoc-more-colors .sdocfont {
143
- font-size: 12px;
142
+ font-size: 14px;
144
143
  color: #888;
145
144
  }
146
145
 
@@ -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 */
@@ -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.11",
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": "eea6a21d2c309215d65cf7cde057feca7e9cdc96"
75
75
  }