Refactoring "more" section

This commit is contained in:
Julia Radzhabova 2022-07-13 22:47:33 +03:00
parent e5b7031495
commit ab3bb5a4e3
2 changed files with 12 additions and 0 deletions

View file

@ -232,8 +232,18 @@
}
}
}
.group {
height: 52px !important;
}
&[data-tab=pivot] {
padding: 5px 10px 0 0;
.group {
height: 60px !important;
}
.separator {
margin-top: 4px;
margin-bottom: 4px;
}
}
}

View file

@ -79,6 +79,7 @@ define([
'<span class="btn-slot text" id="slot-chk-header-column"></span>' +
'</div>' +
'</div>' +
'<div class="separator long invisible"></div>' +
'<div class="group small">' +
'<div class="elset">' +
'<span class="btn-slot text" id="slot-chk-banded-row"></span>' +
@ -87,6 +88,7 @@ define([
'<span class="btn-slot text" id="slot-chk-banded-column"></span>' +
'</div>' +
'</div>' +
'<div class="separator long invisible"></div>' +
'<div class="group flex small" id="slot-field-pivot-styles" style="width: 324px;max-width: 324px;min-width: 105px;" data-group-width="324px">' +
'</div>' +
'</section>';