@cloudron/pankow 3.2.15 → 3.2.16

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.
@@ -167,31 +167,31 @@ defineExpose({ open, close });
167
167
 
168
168
  .pankow-dialog-header {
169
169
  font-size: 20px;
170
- padding: 20px;
170
+ padding: 15px;
171
171
  display: flex;
172
172
  justify-content: space-between;
173
173
  }
174
174
 
175
175
  .pankow-dialog-body {
176
- padding: 0 20px;
176
+ padding: 0 15px;
177
177
  overflow: auto;
178
178
  transition: all 250ms;
179
179
  }
180
180
 
181
181
  .pankow-dialog-body-no-header {
182
- padding: 20px;
182
+ padding: 15px;
183
183
  padding-bottom: 0;
184
184
  }
185
185
 
186
186
  .pankow-dialog-body-no-buttons {
187
- padding-bottom: 20px;
187
+ padding-bottom: 15px;
188
188
  }
189
189
 
190
190
  .pankow-dialog-buttons {
191
191
  display: flex;
192
192
  gap: 6px;
193
- padding: 20px;
193
+ padding: 15px;
194
194
  text-align: right;
195
195
  }
196
196
 
197
- </style>
197
+ </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudron/pankow",
3
3
  "private": false,
4
- "version": "3.2.15",
4
+ "version": "3.2.16",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "types": "types/index.d.ts",