@everymatrix/casino-filter-page 0.0.383 → 0.0.386
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-filter-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.386",
|
|
4
4
|
"main": "dist/casino-filter-page.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "76e2aac21de1c0afead1ce32e49ff535f5da954e"
|
|
40
40
|
}
|
|
@@ -361,6 +361,7 @@
|
|
|
361
361
|
flex-grow: 1;
|
|
362
362
|
overflow-y: auto;
|
|
363
363
|
scrollbar-width: thin;
|
|
364
|
+
height: 127px;
|
|
364
365
|
scrollbar-color: var(--emfe-w-color-gray-300, #58586B) var(--emfe-w-color-gray-100, #E6E6E6);
|
|
365
366
|
}
|
|
366
367
|
|
|
@@ -378,7 +379,7 @@
|
|
|
378
379
|
|
|
379
380
|
.VendorBox {
|
|
380
381
|
width: 230px;
|
|
381
|
-
height:
|
|
382
|
+
height: 120px;
|
|
382
383
|
border: 1px solid var(--emfe-w-color-gray-100, #E6E6E6);
|
|
383
384
|
border-radius: 5px;
|
|
384
385
|
position: relative;
|