inviton-powerduck 0.0.145 → 0.0.146

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.
@@ -79,12 +79,17 @@
79
79
  /* Drag handle */
80
80
  .modal-bottom-sheet .drag-handle {
81
81
  width: 100%;
82
+ width: calc(100% - 45px);
82
83
  padding-top: 10px;
83
- padding-bottom: 5px;
84
+ padding-bottom: 55px;
84
85
  cursor: grab;
86
+ position: absolute;
87
+ z-index: 1;
88
+ margin-right: 40px;
89
+ padding-left: 45px;
85
90
  }
86
91
 
87
- .modal-bottom-sheet .handle-bar {
92
+ .modal-bottom-sheet .drag-handle .handle-bar {
88
93
  width: 40px;
89
94
  height: 4px;
90
95
  background-color: #ccc;
@@ -92,6 +97,10 @@
92
97
  margin: 0 auto;
93
98
  }
94
99
 
100
+ .modal-bottom-sheet .modal-header {
101
+ margin-top: 5px;
102
+ }
103
+
95
104
  .modal.modal-bottom-sheet.fade .modal-dialog {
96
105
  transition:
97
106
  transform 0.3s ease-out,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.145",
4
+ "version": "0.0.146",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",