@seafile/seafile-editor 0.3.96-test → 0.3.96-test-2

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.
@@ -196,7 +196,7 @@ var CommentPanel = /*#__PURE__*/function (_React$Component) {
196
196
  }), this.state.commentsList.length === 0 && /*#__PURE__*/React.createElement("li", {
197
197
  className: "comment-vacant"
198
198
  }, t('no_comment_yet'))), /*#__PURE__*/React.createElement("div", {
199
- className: "seafile-comment-footer"
199
+ className: "seafile-comment-footer flex-shrink-0"
200
200
  }, participants && window.showParticipants && /*#__PURE__*/React.createElement(ParticipantsList, {
201
201
  openDialogs: this.props.openDialogs,
202
202
  participants: participants,
@@ -41,8 +41,8 @@ var defaultStyle = {
41
41
  backgroundColor: '#cee4e5',
42
42
  outlineOffset: '-2px',
43
43
  outlineColor: '-webkit-focus-ring-color',
44
- outlineStyle: 'none',
45
- outlineWidth: '5px'
44
+ outlineStyle: 'auto',
45
+ outlineWidth: '0px'
46
46
  }
47
47
  }
48
48
  },
@@ -32,6 +32,7 @@
32
32
  }
33
33
  .seafile-editor-module .side-panel-content {
34
34
  font-size: 0.937rem;
35
+ overflow: hidden;
35
36
  }
36
37
 
37
38
  .seafile-editor-module .side-panel-content:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "0.3.96-test",
3
+ "version": "0.3.96-test-2",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^0.0.9",