@itcase/storybook-config 1.1.105 → 1.1.107

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.
@@ -39,15 +39,12 @@
39
39
  justify-content: center;
40
40
  align-items: flex-start;
41
41
  &-full {
42
+ min-height: 100vh;
42
43
  min-width: 100vw;
43
44
  display: flex;
44
45
  justify-content: center;
45
46
  align-items: flex-start;
46
47
  }
47
- & > div {
48
- display: flex;
49
- min-width: 100vh;
50
- }
51
48
  }
52
49
  &-right {
53
50
  min-height: 100vh;
@@ -60,10 +57,6 @@
60
57
  justify-content: flex-end;
61
58
  align-items: center;
62
59
  }
63
- & > div {
64
- display: flex;
65
- min-height: 100vh;
66
- }
67
60
  }
68
61
  &-bottom {
69
62
  min-height: 100vh;
@@ -73,13 +66,10 @@
73
66
  &-full {
74
67
  min-width: 100vw;
75
68
  display: flex;
69
+ min-height: 100vh;
76
70
  justify-content: center;
77
71
  align-items: flex-end;
78
72
  }
79
- & > div {
80
- display: flex;
81
- min-width: 100vh;
82
- }
83
73
  }
84
74
  &-left {
85
75
  min-height: 100vh;
@@ -92,10 +82,6 @@
92
82
  justify-content: flex-start;
93
83
  align-items: center;
94
84
  }
95
- & > div {
96
- display: flex;
97
- min-height: 100vh;
98
- }
99
85
  }
100
86
  &-center {
101
87
  min-height: 100vh;
@@ -117,10 +103,6 @@
117
103
  width: auto;
118
104
  }
119
105
  }
120
- & > div {
121
- display: flex;
122
- min-height: 100vh;
123
- }
124
106
  }
125
107
  }
126
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.1.105",
3
+ "version": "1.1.107",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {