RubyGems
npm
Organizations
Log in
Sign up
npm
@enki-tek/fms-web-components
Versions diffs
0.0.70 → 0.0.71
@enki-tek/fms-web-components 0.0.70 → 0.0.71
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/components/Layout/LayOut.svelte
+1
-1
package/components/Layout/Page.svelte
+1
-2
package/package.json
+1
-1
package/components/Layout/LayOut.svelte
CHANGED
Viewed
@@ -15,7 +15,7 @@
15
15
</script>
16
16
17
17
<section class={`sidebar-mini ${$derivedStore?.css?.wrapper}`} >
18
-
<div class="wrapper"
style="max-width: 1920px;"
>
18
+
<div class="wrapper">
19
19
<div class="content-wrapper" >
20
20
<slot name="menu" />
21
21
{#if $$slots.content}
package/components/Layout/Page.svelte
CHANGED
Viewed
@@ -22,8 +22,7 @@
22
22
23
23
<style>
24
24
.screen-size-fix{
25
-
height: calc(100vh -
74px - 51px
);
25
+
height: calc(100vh -
128px
);
26
26
overflow: auto;
27
27
}
28
-
29
28
</style>
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@enki-tek/fms-web-components",
3
-
"version": "0.0.
70
",
3
+
"version": "0.0.
71
",
4
4
"devDependencies": {
5
5
"@storybook/addon-essentials": "^7.6.14",
6
6
"@storybook/addon-interactions": "^7.6.14",