@likable-hair/svelte 4.0.23 → 4.0.24

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.
@@ -244,8 +244,8 @@ $effect(() => {
244
244
  justify-content: center;
245
245
  left: 0px;
246
246
  right: 0px;
247
- padding-top: 16px;
248
- padding-bottom: 16px;
247
+ padding-top: 24px;
248
+ padding-bottom: 24px;
249
249
  backdrop-filter: blur(2px);
250
250
  background-color: rgb(var(--global-color-background-100),.6);
251
251
  mask: linear-gradient(to top, transparent 0%, black 30%, black 100%);
@@ -268,8 +268,8 @@ $effect(() => {
268
268
  var(--quick-actions-default-background-color)
269
269
  );
270
270
  border-radius: 8px;
271
- padding: 5px;
272
- margin-bottom: 10px;
271
+ padding: 8px;
272
+ margin-bottom: 16px;
273
273
  }
274
274
 
275
275
  @media (max-width: 1024px) {
@@ -319,7 +319,7 @@ $effect(() => {
319
319
 
320
320
  .select-actions {
321
321
  display: flex;
322
- margin: 0 8px;
322
+ margin-left: 8px;
323
323
  justify-content: flex-end;
324
324
  width: 100%;
325
325
  gap: 8px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair and others",
4
- "version": "4.0.23",
4
+ "version": "4.0.24",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",