@djcali570/component-lib 0.1.99 → 0.1.100
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/README.md +4 -0
- package/dist/ContextMenu5.svelte +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/ContextMenu5.svelte
CHANGED
|
@@ -235,8 +235,7 @@ top:{position.y}px;
|
|
|
235
235
|
|
|
236
236
|
.context5__content {
|
|
237
237
|
background-color: var(--context5__ContentBgColor);
|
|
238
|
-
border-radius: 0.5rem;
|
|
239
|
-
padding: 0.5rem;
|
|
238
|
+
border-radius: 0.5rem;
|
|
240
239
|
border: 1px solid var(--context5__ContentBorderColor);
|
|
241
240
|
}
|
|
242
241
|
</style>
|