@kumologica/sdk 3.6.0-beta4 → 3.6.0-beta6

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.
@@ -184,7 +184,7 @@
184
184
  position: relative;
185
185
  box-sizing: border-box;
186
186
  padding: 0.1px; // prevent margin collapsing
187
- height: 100% !important;
187
+ height: calc(100% - 23px) !important;
188
188
 
189
189
  .dialog-form,
190
190
  #dialog-form,
@@ -84,7 +84,7 @@ textarea {
84
84
  }
85
85
 
86
86
  form {
87
- margin: 0 0 20px;
87
+ margin: 0px;
88
88
  }
89
89
 
90
90
  fieldset {
@@ -37,7 +37,7 @@
37
37
  #sidebar-views {
38
38
  display: flex;
39
39
  flex-direction: column;
40
- height: calc(100% - 23px);
40
+ height: 100%;
41
41
  background: #f3f3f3;
42
42
  user-select: none;
43
43
  width: 100%
@@ -249,7 +249,7 @@
249
249
  <div id="sidebar-content">
250
250
  <div id="editor-stack"></div>
251
251
  </div>
252
- <div id="sidebar-footer"></div>
252
+ <!-- <div id="sidebar-footer"></div> -->
253
253
  </div>
254
254
  <div id="sidebar-shade" class="hide"></div>
255
255
  </div>