@jx3box/jx3box-editor 1.3.4 → 1.3.5

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.
@@ -218,14 +218,18 @@
218
218
  position: sticky;
219
219
  z-index: 100;
220
220
  top: 0px;
221
- padding:10px 20px 10px 200px;
221
+ padding:10px 20px 10px 20px;
222
222
  background-color:#fff;
223
223
  .pr;
224
224
 
225
225
  .u-client{
226
- .pa;.lt(20px,10px);
226
+ // .pa;.lt(20px,10px);
227
227
  }
228
- .u-input{}
228
+ .u-input{
229
+ flex:1;
230
+ margin-left:15px;
231
+ }
232
+ display: flex;
229
233
  }
230
234
 
231
235
  .m-database-tabs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {