@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:
|
|
248
|
-
padding-bottom:
|
|
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:
|
|
272
|
-
margin-bottom:
|
|
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:
|
|
322
|
+
margin-left: 8px;
|
|
323
323
|
justify-content: flex-end;
|
|
324
324
|
width: 100%;
|
|
325
325
|
gap: 8px;
|