cloud-ide-layout 1.0.134 → 1.0.135
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
|
@@ -66,6 +66,7 @@ cide-lyt-layout-wrapper {
|
|
|
66
66
|
width: 100vw;
|
|
67
67
|
overflow: hidden;
|
|
68
68
|
}
|
|
69
|
+
|
|
69
70
|
// Header Starts Here
|
|
70
71
|
.cide-lyt-header {
|
|
71
72
|
height: var(--cide-lyt-header-wrapper-height);
|
|
@@ -121,7 +122,7 @@ cide-lyt-layout-wrapper {
|
|
|
121
122
|
|
|
122
123
|
#cide-lyt-sidebar-page,
|
|
123
124
|
#cide-lyt-page-wrapper {
|
|
124
|
-
height: calc(100vh - var(--cide-lyt-header-wrapper-height)
|
|
125
|
+
height: calc(100vh - var(--cide-lyt-header-wrapper-height));
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
.cide-lyt-outlet-sidedrawer-wrapper {
|
|
@@ -139,6 +140,11 @@ cide-lyt-layout-wrapper {
|
|
|
139
140
|
// height: calc(100% - var(--cide-lyt-footer-wrapper-height));
|
|
140
141
|
height: 100%;
|
|
141
142
|
}
|
|
143
|
+
|
|
144
|
+
#cide-lyt-sidebar-page,
|
|
145
|
+
#cide-lyt-page-wrapper {
|
|
146
|
+
height: calc(100vh - var(--cide-lyt-header-wrapper-height) - var(--cide-lyt-footer-wrapper-height));
|
|
147
|
+
}
|
|
142
148
|
}
|
|
143
149
|
|
|
144
150
|
.cide-lyt-request-exist {
|