@seafile/seafile-calendar 1.0.2-alpha.3 → 1.0.2-alpha.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.
Files changed (2) hide show
  1. package/assets/index.css +4 -2
  2. package/package.json +1 -1
package/assets/index.css CHANGED
@@ -254,7 +254,7 @@
254
254
  flex: 1 1 auto;
255
255
  }
256
256
  .rc-calendar-time-input-col {
257
- width: 90px;
257
+ width: 89px;
258
258
  border-left: 1px solid #eee;
259
259
  }
260
260
  .rc-calendar-date-input,
@@ -466,12 +466,14 @@
466
466
  justify-content: center;
467
467
  -ms-flex-align: center;
468
468
  align-items: center;
469
+ color: #212529;
470
+ font-weight: 600;
469
471
  }
470
472
  .rc-calendar-right-panel-body {
471
473
  height: 240px;
472
474
  display: -ms-flexbox;
473
475
  display: flex;
474
- padding: 8px 4px;
476
+ padding: 0 4px 16px;
475
477
  scrollbar-color: auto;
476
478
  }
477
479
  .rc-calendar-right-panel-col {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.2-alpha.3",
3
+ "version": "1.0.2-alpha.5",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",