@seafile/sdoc-editor 3.0.103 → 3.0.104

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.
@@ -137,19 +137,19 @@
137
137
  }
138
138
 
139
139
  .sdoc-code-block-pre.exceeding-height .sdoc-code-block-hidden-icon-container {
140
- width: 100%;
141
140
  height: 48px;
142
141
  position: absolute;
143
142
  display: flex;
144
143
  align-items: center;
145
144
  justify-content: center;
146
- bottom: 0;
147
- left: 0;
145
+ bottom: 1px;
146
+ left: 1px;
147
+ right: 1px;
148
148
  border-radius: 3px;
149
149
  }
150
150
 
151
151
  .sdoc-code-block-pre.exceeding-height .sdoc-code-block-hidden-icon-container.hidden {
152
- background: linear-gradient(0deg, #F5F7fA 0, rgba(245, 247, 250, 0.8) 100%);
152
+ background: linear-gradient(0deg, #F5F7fA, rgba(245, 247, 250, 0.8));
153
153
  }
154
154
 
155
155
  .sdoc-code-block-pre.exceeding-height .sdoc-code-block-hidden-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.103",
3
+ "version": "3.0.104",
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": "aee9cf85930fd6a99ea85a858c87bcb6b3b96227"
75
+ "gitHead": "a3bb80e198e175c74dca1a6347269b2852e0d7c5"
76
76
  }